I have a json url which i need imported to ArcGIS Pro and converted to Features. How do I convert the json url to features?
I have tried using the data interoperability extension converting it to shapefile, but the imported data appears as a single row of meta data.
Here's a few blogs with sample workspaces that shows parsing of JSON into several destination formats.
https://community.esri.com/t5/forums/searchpage/tab/message?advanced=false&allow_punctuation=false&f...
If you have a specific use case, a public URL, or even a sample JSON file, we could give you a more specific answer or even a working solution.
Hope this helps.
The url I am looking to convert is https://iowa-atms.cloud-q-free.com/api/rest/dataprism/wzdx/wzdxfeed
Thank you for the solution. I still face an issue with some columns being translated to Null values. Some columns seem to be translated well, while others are returning all null values. Examining the translator shows all the data, so there seems to be some tweaking to be done with the writer parameter, but I am unable to figure out what needs to be altered.