object
csv(Header,Separator,IgnoreQuotes,Comments)
Header- Header handling option with possible valuesmissing,skip, andkeep(default).Separator- Separator handling option with possible valuescomma(default for non.tsvand non.tabfiles or when no file name extension is available),tab(default for.tsvand.tabfiles),semicolon, andcolon.IgnoreQuotes- Double-quotes handling option to ignore (true) or preserve (false; default) double quotes surrounding data.Comments- Comment handling option with possible valuestrueandfalse(default). Whentrue, lines starting with#are skipped when reading CSV files and streams.
CSV file and stream reading and writing predicates.
logtalk_load(csv(loader))static, context_switching_callsPublic predicates
(no local declarations; see entity ancestors if any)
Protected predicates
(no local declarations; see entity ancestors if any)
Private predicates
(no local declarations; see entity ancestors if any)
Operators
(none)