Skip to content

Commit

Permalink
Operator JSON harmonisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
agouy committed Jan 25, 2024
1 parent c7c74b0 commit baa216e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions operator.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CSV (multiple files)",
"description": "Imports multiple CSV files in a zip file.",
"description": "Imports multiple CSV files in a ZIP file.",
"tags": [
"import"
],
Expand All @@ -23,7 +23,10 @@
"name": "Separator",
"defaultValue": "Comma",
"description": "Type of the separator between values",
"values": ["Comma", "Tab"]
"values": [
"Comma",
"Tab"
]
},
{
"kind": "BooleanProperty",
Expand Down

0 comments on commit baa216e

Please sign in to comment.