Closed andypern closed 9 years ago
For JSON the flatten method seems to work OK;
Here's schema file:
[ { "name": "z", "class": "flatten", "value": { "class": "zip", "fields": "latitude, longitude"} }
]
w/ JSON:
{"z-longitude":"-85.96","z-latitude":"39.35"} {"z-longitude":"-74.63","z-latitude":"44.97"}
when I specify CSV:
null null null
I tried verbose=true/false, same thing.
Changed flatten semantics to make this make more sense to users.
For JSON the flatten method seems to work OK;
Here's schema file:
[ { "name": "z", "class": "flatten", "value": { "class": "zip", "fields": "latitude, longitude"} }
]
w/ JSON:
{"z-longitude":"-85.96","z-latitude":"39.35"} {"z-longitude":"-74.63","z-latitude":"44.97"}
when I specify CSV:
null null null
I tried verbose=true/false, same thing.