Did you know ... Search Documentation:
Pack prolog_library_collection -- prolog/csv_ext.pl
PublicShow source
 csv_named_row(+In:istream, -Row:list(pair(atom,term))) is nondet
 csv_named_row(+In:istream, -Row:list(pair(atom,term)), +Options:options) is nondet
Arguments:
Options- The following options are supported:
  • header(+list(atom)) The list of header names.
  • Other options are passed to csv_row/3.
 csv_row(+In:istream, -Row:list(term)) is nondet
 csv_row(+In:istream, -Row:list(term), +Options:options) is nondet

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

 csv_named_row(Arg1, Arg2, Arg3)
 csv_row(Arg1, Arg2, Arg3)