How do I convert a text file with point coordinates to database tables in the Dbase.dbf format in Python?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
you can use Table to Table (Conversion) more details here or Copy Rows (Data Management) here. both of them have a very similar structure... Usage of Table to Table:
Example:
i hope it helps you... |
||||
|
|
|
As you're using ArcGIS, Aragon's answer should be sufficient. However, you can do it without ArcPy too. Python has a module for reading CSVs. You can then use dbfpy to write out the DBF. I believe there is a PyPi module for reading and writing to XLS, which might also serve. |
|||
|
|
