I wiould like to convert csv file which has Lat/long in atrributes to KML. I am adding point to KML using "2DpointAdder". It works fine if I have static source schema. But I have csv files with only Lat/long as common attributes and other attributes may vary.
e.g. CSV 1 contains "Attr1,Attr2,Lat,Long"
CSV 2 contains "Test1,Test2,Lat,Long"
CSV3 may contain "Lat,Long,XYZ,ABC,DEF"
What is the best way to convert these csv to KML?
Cheers
John