package janestreet_csv

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

Install

Dune Dependency

Authors

Maintainers

Sources

janestreet_csv-v0.16.0.tar.gz
sha256=c039eeef15bc68460984e74a003c3068da2e4854c4dc2cdcfec6be946f2b0a65

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.