//
//
separator(0';)
parses a semicolon separated file.true
(default false), threat double quotes as a normal
character.true
(default false
), strip leading and
trailing blank space. RFC4180 says that blank space is part of the data.#
. After skipping comment lines
this option causes csv//2 to
skip empty lines. Note that an empty line may not contain white space
characters (space or tab) as these may provide valid data.true
(default), use name/2
on the field data. This translates the field into a number if possible.down
, downcase atomic values. If up
, upcase
them and if preserve
(default), do not change the case.row
.domain_error(row_arity(Expected), Found)
if a row is found with different arity.false
(default true
), do not reject CSV
files where lines provide a varying number of fields (columns). This can
be a work-around to use some incorrect CSV files.