mirror of https://github.com/apache/druid.git
fix doc data-formats.md
This commit is contained in:
parent
456ad9ffba
commit
bec8e8e23a
|
@ -69,7 +69,7 @@ Since the CSV data cannot contain the column names (no header is allowed), these
|
|||
"timestampSpec" : {
|
||||
"column" : "timestamp"
|
||||
},
|
||||
"columns" : ["timestamp","page","language","user","unpatrolled","newPage","robot","anonymous","namespace","continent","country","region","city"],
|
||||
"columns" : ["timestamp","page","language","user","unpatrolled","newPage","robot","anonymous","namespace","continent","country","region","city","added","deleted","delta"],
|
||||
"dimensionsSpec" : {
|
||||
"dimensions" : ["page","language","user","unpatrolled","newPage","robot","anonymous","namespace","continent","country","region","city"]
|
||||
}
|
||||
|
@ -83,7 +83,7 @@ Since the CSV data cannot contain the column names (no header is allowed), these
|
|||
"timestampSpec" : {
|
||||
"column" : "timestamp"
|
||||
},
|
||||
"columns" : ["timestamp","page","language","user","unpatrolled","newPage","robot","anonymous","namespace","continent","country","region","city"],
|
||||
"columns" : ["timestamp","page","language","user","unpatrolled","newPage","robot","anonymous","namespace","continent","country","region","city","added","deleted","delta"],
|
||||
"delimiter":"|",
|
||||
"dimensionsSpec" : {
|
||||
"dimensions" : ["page","language","user","unpatrolled","newPage","robot","anonymous","namespace","continent","country","region","city"]
|
||||
|
|
Loading…
Reference in New Issue