I'm reading from a file that is structured like this
["EXPRESS", "VOLVO", "TESLA", "BYB"]
When I read it in Julia I get a string like this
"[\"FARMACIA\", \"SUPERMERCADO\"]"
I was wondering if there is a way to map that string to an array of strings like this
["FARMACIA", "SUPERMERCADO"]
Pls help , Thanks you