Update documentation
This commit is contained in:
parent
bee00b1250
commit
f7eb912bfc
15
README.md
15
README.md
|
@ -1,3 +1,16 @@
|
|||
# j2tn
|
||||
|
||||
Prototype for a semi-normalized way to convert a nested JSON document to CSV
|
||||
Prototype for a semi-normalized way to convert a nested JSON document to CSV
|
||||
|
||||
You will need to install the following Perl modules
|
||||
|
||||
- YAML
|
||||
- JSON
|
||||
- Text::CSV_XS
|
||||
|
||||
For most operating systems this can be achieved by install the following a packages
|
||||
|
||||
- `perl-json`
|
||||
- `perl-yaml`
|
||||
- `perl-text-csv-xs` or `perl-text-csv`
|
||||
|
||||
|
|
Loading…
Reference in New Issue