Update documentation

This commit is contained in:
André Stemmet 2023-06-04 17:51:00 +01:00
parent bee00b1250
commit f7eb912bfc
1 changed files with 14 additions and 1 deletions

View File

@ -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`