mirror of
https://github.com/gchq/CyberChef
synced 2025-12-23 11:43:39 +00:00
Added 'CSV to JSON' and 'JSON to CSV' operations. Closes #277
This commit is contained in:
@@ -33,7 +33,7 @@ class ToTable extends Operation {
|
||||
{
|
||||
"name": "Row delimiters",
|
||||
"type": "binaryShortString",
|
||||
"value": "\\n\\r"
|
||||
"value": "\\r\\n"
|
||||
},
|
||||
{
|
||||
"name": "Make first row header",
|
||||
|
||||
Reference in New Issue
Block a user