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.tsv
and non.tab
files or when no file name extension is available),tab
(default for.tsv
and.tab
files),semicolon
, andcolon
.IgnoreQuotes
- Double-quotes handling option to ignore (true
) or preserve (false
; default) double quotes surrounding data.
CSV file and stream reading and writing predicates.
Availability:
logtalk_load(csv(loader))
Author: Jacinto Dávila and Paulo Moura
Version: 2:1:0
Date: 2023-11-15
Compilation flags:
static, context_switching_calls
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)