Skip to content

Praqma/json2csv-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

json2csv-docker

A simple Docker image of zeMirco/json2csv.

Usage

The image isn't published anywhere, so you'll have to build it yourself:

  • docker build -t json2csv:0.1.0 .

The entrypoint is set to json2csv, so just run the container with whatever arguments you want. Remember to mount the directory with your JSON file(s).

Examples:

  • docker run -v $(pwd):/input json2csv:0.1.0 input/some-data.json > some-data.csv
  • docker run -v $(pwd):/input json2csv:0.1.0 --unwind "orderItems" --flatten-arrays --flatten-objects -i input/some-data.json > some-data.csv

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published