Skip to content

mccanne/cz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cz - convert csv to zng

cz takes CSV data on stdin and converts to ZNG format on stdout.

Install

git clone https://github.com/mccanne/cz
cd cz
go install

Example

printf "n,s,b\n1,foo,true\n" | cz | zq -f zson -

gives

{
    n: 1e+00,
    s: "foo",
    b: true
} (=0)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages