Hi All. my first delve into reading Json, i have read all the fme material and help sections about using the text file reader then json flattener then list exploder but cant seem to have any success. Im trying to read each "feature" and obtain its "properties" then create a geom from its "coordinates"Â
i can read the "size", "mimeType", "compression" and "text" values but i cant drill down any further in the "text" object. I have tried JsonFlattener with exposing attributes features.properties{}, text.feature.properties{} but no list get generated for the Listexploder. Any help or suggestions on how to move forward would be much appreciated @takashi. Many thanks Steve
{
"size":Â 100038,
"mimeType":Â "application/json",
"compression":Â 0,
"text": "{\"features\":r{\"properties\":{\"carNumber\":\"R327410 (Preliminary)\",\"carStatus\":\"Start Notification Overdue\",\"activity\":\"Installing other structure/s (Specify Below)\",\"applicant\":\"PARALLAXX LIMITED\",\"contact\":\"Dave Tilton, (W) 0800333772, (E) dave@parallaxx.co.nz\",\"duration\":\"365 day(s) from 21/04/2016 to 20/04/2017\",\"workStart\":\"03/05/2016 Proposed\",\"workComplete\":null},\"geometry\":{\"coordinates\":s)Â174.76574152708054,-36.842971068143072],r174.76602047681809,-36.84304404990008],k174.76694315671921,-36.843288752929993],a174.76348310709,-36.851148884538183],1174.76164311170578,-36.850535042071883],4174.76347237825394,-36.846396842572261],7174.7645291686058,-36.844181697694985],4174.7651943564415,-36.842829397474745],4174.7657898068428,-36.842988240327458],8174.76574152708054,-36.842971068143072]]],\"shapeType\":\"Polygon\",\"type\":\"Polygon\"},\"type\":\"Feature\"},
{\"properties\":{\"carNumber\":\"E332658 (Non Excavation)\",\"carStatus\":\"New\",\"activity\":\"Cable Works/Hauling/Splicing\",\"applicant\":\"VISIONSTREAM PTY LIMITED\",\"contact\":\"Michelle Chapman, (W) 093591306, (E) michelle.chapman@visionstream.co.nz\",\"duration\":\"7 day(s) from 12/05/2016 to 08/06/2016\",\"workStart\":\"12/05/2016 Proposed\",\"workComplete\":null},\"geometry\":{\"coordinates\":tio174.76405441761017,-36.8423743323403], 174.76817429065704,-36.843378906480467], 174.76749837398529,-36.84511326837913],m174.76321756839752,-36.843919825551247],6174.76387202739716,-36.842451607742689],7174.76405441761017,-36.8423743323403]]],\"shapeType\":\"Polygon\",\"type\":\"Polygon\"},\"type\":\"Feature\"}
}