object
csv(Header,Separator,IgnoreQuotes)
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.
Backward-compatible parametric object equivalent to using csv(_Header_, _Separator_, _IgnoreQuotes_, false).
Availability:
logtalk_load(csv(loader))Author: Paulo Moura
Version: 1:0:1
Date: 2026-02-27
Compilation flags:
static, context_switching_callsExtends:
Remarks:
(none)
Inherited public predicates:
Public 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)