Update data formats doc with info about JSON multi-value dimensions

This commit is contained in:
jon-wei 2015-11-24 14:37:56 -08:00
parent 8e83d800d6
commit 95dca4440f
1 changed files with 2 additions and 0 deletions

View File

@ -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.