Jayna: Shape of a spider
Transforms everything into anything. Just say what you wanna transforms and.. voilà
- CSV
- JSON
jayna -d "header1;header2;header3;\ncontent1;content2;1" -o json
jayna -f file.csv -o json
Output expected
{header1: "content1", header2: "content2", header3: 1}