- csv_read_row(+Stream, -Row, +CompiledOptions) is det
- Read the next CSV record from Stream and unify the result with Row.
CompiledOptions is created from options defined for csv//2 using
csv_options/2. Row is unified with
end_of_file
upon reaching the
end of the input.