golang-github-wildducktheories-go-csv 0.0~git20170625.a843eda-3 source package in Ubuntu

Changelog

golang-github-wildducktheories-go-csv (0.0~git20170625.a843eda-3) unstable; urgency=medium

  * update watch file

 -- Thorsten Alteholz <email address hidden>  Sun, 06 Dec 2020 11:08:35 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-wildducktheories-go-csv_0.0~git20170625.a843eda-3.dsc 2.6 KiB 75455bd2b4d61b226863e0addccbe3a2c6c168e8f1cf35b1d2cd828c4f08f480
golang-github-wildducktheories-go-csv_0.0~git20170625.a843eda.orig.tar.xz 17.2 KiB 852a0aefc7eb3abbcee97e262e7938ae2de948c84f791d523a3907e36d1d60ab
golang-github-wildducktheories-go-csv_0.0~git20170625.a843eda-3.debian.tar.xz 2.1 KiB 9ae209ebe590de1396ae161542156d65f329fd53ec71ea1b65757cfc0df6068c

No changes file available.

Binary packages built by this source

golang-github-wildducktheories-go-csv-dev: tools for manipulating CSV files

 This package contains a set of golang tools and libraries for
 manipulating CSV representations.
 .
 As a rule, most tools in this set assume CSV files that include a header
 record that describes the contents of each field.
 .
  - csv-select - selects the specified fields from the header-prefixed,
    CSV input stream
  - uniquify - augments a partial key so that each record in the output
    stream has a unique natural key
  - surrogate-keys - augments the input stream so that each record in the
    output stream has a surrogate key derived from the MD5 sum of the
    natural key
  - csv-to-json - converts a CSV stream into a JSON stream
  - json-to-csv - converts a JSON stream into a CSV stream
  - csv-sort - sorts a CSV stream according to the specified columns
  - csv-join - joins two sorted CSV streams after matching on specified columns
  - influx-line-format - convert a CSV stream into influx line format
  - csv-use-tab - uses a table delimit while writing (default) or
    reading (--on-read) a CSV stream