Ok, so I'm pretty new to Alteryx ... blah blah n00b, etc. Anyway, I'm working on a dataset that is only available to me in JSON, but I need to get it into Postgres. For that, I need Alteryx to pick up a file that is about half a million lines long, contains ~180 or so records each of which contains ~900 key:value pairs. I need to drop the bits I don't need, then stuff what's left into Postgres. I know I haven't described the data terribly well, but you can view it here: http://static.mwomercs.com/api/mechs/list/full.json
It looks like the JSON parser sort of expects to find a single record per file. How can I work around this?
Thanks!