process

fun process(lineFlow: Flow<String>): Flow<RisRecord>

Converts a flow of Strings (representing lines in a RIS file) into a flow of RisRecords. May throw a KRisException if the line flow cannot be parsed successfully.