You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -564,23 +564,23 @@ your environment. Turning this on disables some optimizations.
564
564
565
565
## Supported Data Types
566
566
567
-
| Name | File Extension(s) | Mime Type | Notes |
568
-
|-----------|-|-|--------------------|
569
-
| CSV |`csv`|`text/csv`||
570
-
| TSV |`tsv`, `tab`|`text/tab-separated-values`||
571
-
| JSON |`json`|`application/json`| Must be an array of objects or a [path to an array of objects](https://github.com/multiprocessio/dsq#array-of-objects-nested-within-an-object). |
| Excel |`xlsx`, `xls`|`application/vnd.ms-excel`| If you have multiple sheets, you must [specify a sheet path](https://github.com/multiprocessio/dsq#multiple-excel-sheets). |
579
-
| ODS |`ods`|`application/vnd.oasis.opendocument.spreadsheet`| If you have multiple sheets, you must [specify a sheet path](https://github.com/multiprocessio/dsq#multiple-excel-sheets). |
580
-
| Apache Error Logs | NA |`text/apache2error`| Currently only works if being piped in. |
581
-
| Apache Access Logs | NA |`text/apache2access`| Currently only works if being piped in. |
582
-
| Nginx Access Logs | NA |`text/nginxaccess`| Currently only works if being piped in. |
583
-
| LogFmt Logs | NA |`text/logfmt`| Currently only works if being piped in.|
| JSON |`json`|`application/json`| Must be an array of objects or a [path to an array of objects](https://github.com/multiprocessio/dsq#array-of-objects-nested-within-an-object).||
| Excel |`xlsx`, `xls`|`application/vnd.ms-excel`| If you have multiple sheets, you must [specify a sheet path](https://github.com/multiprocessio/dsq#multiple-excel-sheets).||
579
+
| ODS |`ods`|`application/vnd.oasis.opendocument.spreadsheet`| If you have multiple sheets, you must [specify a sheet path](https://github.com/multiprocessio/dsq#multiple-excel-sheets).||
580
+
| Apache Error Logs | NA |`text/apache2error`| Currently only works if being piped in.||
581
+
| Apache Access Logs | NA |`text/apache2access`| Currently only works if being piped in.||
582
+
| Nginx Access Logs | NA |`text/nginxaccess`| Currently only works if being piped in.||
0 commit comments