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: articles/data-explorer/ingestion-supported-formats.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,19 +15,19 @@ Data ingestion is the process by which data is added to a table and is made avai
15
15
16
16
|Format |Extension |Description|
17
17
|---------|------------|-----------|
18
-
|avro|`.avro`|An [Avro container file](https://avro.apache.org/docs/current/). The following codes are supported: `null`, `deflate` (`snappy` is currently not supported).|
18
+
|Avro|`.avro`|An [Avro container file](https://avro.apache.org/docs/current/). The following codes are supported: `null`, `deflate` (`snappy` is currently not supported).|
19
19
|CSV |`.csv`|A text file with comma-separated values (`,`). See [RFC 4180: _Common Format and MIME Type for Comma-Separated Values (CSV) Files_](https://www.ietf.org/rfc/rfc4180.txt).|
20
20
|JSON |`.json`|A text file with JSON objects delimited by `\n` or `\r\n`. See [JSON Lines (JSONL)](http://jsonlines.org/).|
21
-
|multijson|`.multijson`|A text file with a JSON array of property bags (each representing a record), or any number of property bags delimited by whitespace, `\n` or `\r\n`. Each property bag can be spread on multiple lines. This format is preferred over `JSON`, unless the data is non-property bags.|
|psv|`.psv`|A text file with pipe-separated values (<code>|</code>).|
25
-
|raw|`.raw`|A text file whose entire contents is a single string value.|
26
-
|scsv|`.scsv`|A text file with semicolon-separated values (`;`).|
27
-
|sohsv|`.sohsv`|A text file with SOH-separated values. (SOH is ASCII codepoint 1; this format is used by Hive on HDInsight.)|
28
-
|tsv|`.tsv`|A text file with tab-separated values (`\t`).|
29
-
|tsve|`.tsv`|A text file with tab-separated values (`\t`). A backslash character (`\`) is used for escaping.|
30
-
|txt|`.txt`|A text file with lines delimited by `\n`. Empty lines are skipped.|
21
+
|MultiJSON|`.multijson`|A text file with a JSON array of property bags (each representing a record), or any number of property bags delimited by whitespace, `\n` or `\r\n`. Each property bag can be spread on multiple lines. This format is preferred over `JSON`, unless the data is non-property bags.|
0 commit comments