I have json response that contains inconsistent name/value pairs. For eg, sometimes, city will be a part of the response and sometime it won't. I am transforming this output to csv and the csv is also inconsistent as sometimes it will have 5 columns and sometimes 4.
How to handle this kind of inconsistent json response within Alteryx so that the csv output has same # of fields always, with null or static values for the fields missing in the json response.