Availability::- use_module(library(csv)).
(can be autoloaded)
[det]csv_options(-Compiled,
+Options)Compiled is the compiled representation of the CSV processing
options as they may be passed into csv//2,
etc. This predicate is used in combination with csv_read_row/3
to avoid repeated processing of the options.