Skip to content

Commit

Permalink
Update data formats doc with info about JSON multi-value dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-wei committed Nov 24, 2015
1 parent 8e83d80 commit 95dca44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/ingestion/data-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,5 @@ Be sure to change the `delimiter` to the appropriate delimiter for your data. Li

### Multi-value dimensions
Dimensions can have multiple values for TSV and CSV data. To specify the delimiter for a multi-value dimension, set the `listDelimiter` in the `parseSpec`.

JSON data can contain multi-value dimensions as well. The multiple values for a dimension must be formatted as a JSON array in the ingested data. No additional `parseSpec` configuration is needed.

0 comments on commit 95dca44

Please sign in to comment.