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/src/janestreet_csv.csv_tool_lib/csv_transpose.ml.html

Source file csv_transpose.ml

1
2
3
4
5
6
open Core

let run ?separator file =
  Csv_common.Or_file.with_all file ?separator ~f:(fun (csv : Csv_common.t) ->
    Csvlib.Csv.print ?separator (List.transpose_exn (csv.header :: csv.lines)))
;;
OCaml

Innovation. Community. Security.