Tagged Questions
7
votes
1answer
851 views
How to export only certain columns to a CSV file in ArcGIS?
I've written a python script using arcpy which outputs a polygon feature class into a File Geodatabase. I have added a function to export the attributes to a separate CSV file. I am using the code ...
1
vote
3answers
173 views
Can one edit xls, and convert xls to csv - with a portable python or Perl module? [closed]
I am on a network and computer where nothing can be installed. On this computer i run portable apps through a USB, however I need also to to edit xls, and save as csv. Since i cannot install anything ...