Skip to content

Commit

Permalink
Test file formats #1392 - removing html form from supported
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliizazmic committed Jan 21, 2021
1 parent 79d2d42 commit 2929a7e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"format": {
"type": "string",
"enum": ["csv", "json", "html", "excel", "feather", "parquet"],
"enum": ["csv", "json", "excel", "feather", "parquet"],
"default": "csv",
"description": "File Format of the file to be replicated (Warning: some format may be experimental, please refer to docs)."
},
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ File Formats are mostly enabled \(and further tested\) thanks to other open-sour
| :--- | :--- |
| CSV | Yes |
| JSON | Experimental |
| HTML | Untested |
| HTML | No |
| XML | No |
| Excel | Yes |
| Feather | Yes |
Expand Down

0 comments on commit 2929a7e

Please sign in to comment.