Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Csv_lwt.Rows
SourceThe header declared for this channel.
See Csv.Rows.set_header
.
See Csv.Rows.next
.
See Csv.fold_left
.
See Csv.fold_right
.
See Csv.input_all
.
val load :
?separator:char ->
?strip:bool ->
?has_header:bool ->
?header:string list ->
?backslash_escape:bool ->
?excel_tricks:bool ->
?fix:bool ->
string ->
Row.t list Lwt.t
See Csv.load
.
See Csv.current_record
.