package csv
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A pure OCaml library to read and write CSV files.
Install
dune-project
Dependency
Authors
Maintainers
Sources
csv-1.4.2.tar.gz
sha256=d6185e9ef8e600493aa32db3e56c095b7d4912168b027602dce879671734b2e8
md5=0f2afb105766713eda762a3e461b49f2
doc/csv/Csv/Rows/index.html
Module Csv.Rows
Accessing rows (when a header was provided).
val header : in_channel -> string listThe header declared for this channel.
val next : in_channel -> Row.tval fold_left : f:('a -> Row.t -> 'a) -> init:'a -> in_channel -> 'aSee Csv.fold_left.
val fold_right : f:(Row.t -> 'a -> 'a) -> in_channel -> 'a -> 'aSee Csv.fold_right.
val iter : f:(Row.t -> unit) -> in_channel -> unitSee Csv.iter.
val input_all : in_channel -> Row.t listSee Csv.input_all.
val load :
?separator:char ->
?strip:bool ->
?has_header:bool ->
?header:string list ->
?backslash_escape:bool ->
?excel_tricks:bool ->
string ->
Row.t listSee Csv.load.
val current : in_channel -> Row.tSee Csv.current_record.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>