I have around 160 feature classes that I need to convert into ascii files. Spatial statistics tool ---> Utilities ---> Export feature attribute to ascii only allows converting one file at a time. Is there any way to export all my features to ascii in one go? Any script written?
-
Please check following links 1.forums.arcgis.com/threads/… 2.gis.stackexchange.com/questions/43502/…Sunil– Sunil2013年01月11日 06:15:05 +00:00Commented Jan 11, 2013 at 6:15
-
Welcome to our site, ToNoY! Please take a minute to review our faq, where you can learn about how to use comments and answers effectively. In particular, as the owner of this question you have the ability to post comments beneath the question and any answers that are offered. Please don't use the answer box for that purpose.whuber– whuber2013年01月11日 15:50:09 +00:00Commented Jan 11, 2013 at 15:50
1 Answer 1
I would try using the batch grid control .
Instead of double-clicking or using right-click to Open a tool, use right-click Batch.
If your 160 feature classes are all in the same workspace you should be able to multiple-select them in the Catalog window and drag them into the first column.
I tested it below and it seemed to run OK.
enter image description here
-
Thank you so much PolyGeo, unfortunately, By default, it should take the 'output ascii name' as the 'input file name', but it doesn't.ToNoY– ToNoY2013年01月11日 17:04:32 +00:00Commented Jan 11, 2013 at 17:04
-
To do the Output ASCII File names I entered "C:\temp\test.asc" and right-clicked to Fill the rest of the column with the same value. I then manually entered a number to distinguish each. The Default value is empty.2013年01月11日 21:18:08 +00:00Commented Jan 11, 2013 at 21:18