This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

How to convert .osm file to a csv file using osmconverter

1

I am trying to convert a complete Netherlands history dump file to csv file using osmconvert, but when ever I enter the basic line given below the osmconvert application is getting terminated- osmconvert netherlands.osm --all-to-nodes --csv="@id @lon @lat amenity name" --out-csv -o=outfile.csv

Help me in solving this problem, also help me in extracting the timestamp of this netherlands data into this csv output file.

asked 23 Nov '14, 19:33

Jothi's gravatar image

Jothi
18113
accept rate: 0%

1

BTW: did you get some kind of error message? Are you trying this on Windows/Unix, etc?

(24 Nov '14, 16:30) mmd

Source code available on GitHub .