package janestreet_csv

  1. Overview
  2. Docs
Tools for working with CSVs on the command line

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=8940b4aa979a3bd5993b52d36cd768fd3bd5d1fb11c36c9c269ee646c7511a41

doc/janestreet_csv.csv_tool_lib/Csv_tool_lib/Cut/index.html

Module Csv_tool_lib.CutSource

Sourceval field_names : sep:char -> Csv_common.Or_file.t -> string list
Sourcetype row_processor = Csv_common.Or_file.t -> skip_header:bool -> sep:char -> f:(string array -> unit) -> [ `Limit_to of string list | `All_but of string list ] -> unit
Sourceval cut_by_field_names : row_processor
Sourceval cut_by_field_indices : row_processor
Sourceval regex_match : Csv_common.Or_file.t -> sep:char -> f:(string array -> unit) -> regexp:Pcre.regexp -> unit
Sourceval fully_populated_rows : row_processor
Sourceval not_fully_populated_rows : row_processor
OCaml

Innovation. Community. Security.