Skip to content
Advertisement

Extract Json data from a countries.csv file on github, and create a seperate array of timezones

Country.csv

this is countries.csv file, and i want to extract all the timezones from it, which is its 14th colomn, and the data in there is not properly json formatted. I’m trying to parse the json but it failed. Actually, I want to create an array of timezones like this

JavaScript

what i’m doing, is this in AppHttpControllersTestController::class is this

JavaScript

Advertisement

Answer

Using regexp its not perfect solution, but you can transform timezone data to correct json format using function like this:

JavaScript

So, use this function:

JavaScript

See usage example here https://sandbox.onlinephpfunctions.com/c/88f21

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement