Skip to content

Commit 17f3574

Browse files
committed
Update logfmt readme line
1 parent fa3183b commit 17f3574

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -564,23 +564,23 @@ your environment. Turning this on disables some optimizations.
564564
565565
## Supported Data Types
566566
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). |
572-
| Newline-delimited JSON | `ndjson`, `jsonl` | `application/jsonlines` ||
573-
| Concatenated JSON | `cjson` | `application/jsonconcat` ||
574-
| ORC | `orc` | `orc` ||
575-
| Parquet | `parquet` | `parquet` ||
576-
| Avro | `avro` || `application/avro` ||
577-
| YAML | `yaml`, `yml` | `application/yaml` ||
578-
| 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. |
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). | |
572+
| Newline-delimited JSON | `ndjson`, `jsonl` | `application/jsonlines` | | |
573+
| Concatenated JSON | `cjson` | `application/jsonconcat` | | |
574+
| ORC | `orc` | `orc` | | |
575+
| Parquet | `parquet` | `parquet` | | |
576+
| Avro | `avro` | | `application/avro` | |
577+
| YAML | `yaml`, `yml` | `application/yaml` | | |
578+
| 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 | `logfmt` | `text/logfmt` | | |
584584
585585
## Engine
586586

0 commit comments

Comments
 (0)