"coordinates" : {
"latitude" : -9.646375,
"longitude" : -35.728146
},
But you're being saved like this:
"coordinates" : "{\"latitude\" :-9.739.990.639.836.790, \"longitude\" : -3.664.870.887.994.760}"
}
The csv file is with the coordinates field so
coordinates
{"latitude" :-9.262.132.106.882.630, "longitude" : -3.793.454.647.064.200}
I would like help so that I can import the document and the bank recognizes this dictionary as it really is, not as a string.
Thank you for your help!