معرفی شرکت ها


golang-github-wildducktheories-go-csv-dev_0.0~git20210709.8745000-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

tools for manipulating CSV files
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bookworm-12
مخزن Debian main all
نام بسته golang-github-wildducktheories-go-csv-dev
نام فایل بسته golang-github-wildducktheories-go-csv-dev_0.0~git20210709.8745000-1_all.deb
نسخه بسته 0.0~git20210709.8745000
انتشار بسته 1
معماری بسته all
نگهدارنده Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/wildducktheories/go-csv
مجوز -
حجم دانلود 18036
حجم نصب 100
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


نیازمندی

مقدار نام
-


نحوه نصب


نصب پکیج deb golang-github-wildducktheories-go-csv-dev:

    sudo apt-get install golang-github-wildducktheories-go-csv-dev_0.0~git20210709.8745000-1_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-wildducktheories-go-csv-dev/changelog.Debian.gz
./usr/share/doc/golang-github-wildducktheories-go-csv-dev/copyright
./usr/share/gocode/src/github.com/wildducktheories/go-csv/cat.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/cmd/csv-join/main.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/cmd/csv-select/main.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/cmd/csv-sort/main.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/cmd/csv-surrogate-keys/main.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/cmd/csv-to-influx-line-format/main.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/cmd/csv-to-json/main.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/cmd/csv-uniquify/main.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/cmd/csv-use-tab/main.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/cmd/json-to-csv/main.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/comparator.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/csv-to-json.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/influx-line-format.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/join.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/json-to-csv.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/package.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/pipe.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/process.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/projection.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/reader.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/record.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/select.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/single-record.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/sort.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/surrogate-keys.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/uniquify.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/usetab.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/utils/utils.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/utils/utils_test.go
./usr/share/gocode/src/github.com/wildducktheories/go-csv/writer.go