Sublime Forum

REGEX make HTML KMZ from JSON data

#1

I am trying to figure it out how to make from a lots of lines looking like this:

"owner":"RupertSheldrake","captured":"2015-12-13 14:32:32","days":"82","deadline":"2016-03-12 14:32:32","title":"Bm. Prwos\u0142. St. Kornica","address":"698, Poland","lat":"52.185115","lng":"22.928729"

lines like this:

<Placemark><styleUrl></styleUrl><name>RupertSheldrake 2016-03-12 14:32:32</name><description>"captured: 2015-12-13 14:32:32</description><ExtendedData></ExtendedData><Point><coordinates>22.928729,52.185115,0.0</coordinates></Point></Placemark>

0 Likes