I have a CSV that I need to create issues from, each with their own unique physical address. When I tried importing it, all of the fields correctly imported except the address field. The importer gave the error that that field is required to import as a JSON object.
Is there an easy way to convert the CSV to a JSON or import this field so that it associates with the GeoData field?
Is there an easy way to convert the CSV to a JSON
Google 'convert CSV to JSON'.
There are dozens of online tools that do it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.