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/Csv_shape/index.html

Module Csv_tool_lib.Csv_shapeSource

Sourcetype t =
  1. | Ragged of int list Core.Int.Map.t option
  2. | Rectangular
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval create_verbose : string list list -> t

If create_verbose returns Ragged lengths, lengths will be an exhaustive listing of every length and every line of each length.

Sourceval create_streaming : ?sep:char -> Async.Reader.t -> t Async.Deferred.t

If create_streaming returns Ragged lengths, lengths will be None

Sourceval to_error_string : t -> (unit, string list list) Core.result
OCaml

Innovation. Community. Security.