That works for the previous case, but won't work for something like this:
{"items" : [
{"name":"item A", "tags":[{"os":"android","brand":"google"}, {"os":"jellybean","brand":"google"}]},
{"name":"item B", "tags":{"os":"ios","brand":"apple"}},
{"name":"item C", "tags":{"os":"android","brand":"google"}},
]}
When you apply Join Multi-valued cells command to "os" and "brand", with a separate ",", you'll get two columns
"os" with value "android","jellybean"
"brand" with value "google","google"
Which throws away the structure of the json.
Btw, i notice that after importing, refine has a notion of "records", and it knows that I have 3 records, not 4 records. However, all the commands only works with rows. I wonder what the point of "records view"?
Vào 20:01:40 UTC-8 Thứ bảy, ngày 17 tháng mười một năm 2012, David Huynh đã viết: