Converting files

How do i convert .txt file to .kml file through arduino?

Is it done through the .txt file?

?

I would have thought that an Arduino was an unlikely candidate for doing such a conversion.

Better use a python script, but that said you might use my xmlwriter class to get it done

robtillaart:
Better use a python script, but that said you might use my xmlwriter class to get it done

can i write it as a .txt file then format it from there?

can i write it as a .txt file then format it from there?

that should be possible I think,

can you give a realistic but small example of the .txt file and how it should look as .kml ?