Added 'CSV to JSON' and 'JSON to CSV' operations. Closes #277

This commit is contained in:
n1474335 2018-11-09 17:40:19 +00:00
parent 42b956e402
commit 863bdffa84
5 changed files with 160 additions and 2 deletions

View file

@ -33,7 +33,7 @@ class ToTable extends Operation {
{
"name": "Row delimiters",
"type": "binaryShortString",
"value": "\\n\\r"
"value": "\\r\\n"
},
{
"name": "Make first row header",