Hi. I have a table with 5 million rows. How can I export it to 5 excel sheets with 1 million rows each? I am a beginner in ARCGIS Pro and any help would be greatly appreciated. Thank you.
Solved! Go to Solution.
One option would be to use Table To Table (Conversion)—ArcGIS Pro | Documentation.
Output Location needs to be a basic folder.
You may use Expression to choose the desired rows.
e.g.
Alternatively, you may first "Select By Attribute" to select the range of rows, then execute "Table to Table" Geoprocessing tool.
One option would be to use Table To Table (Conversion)—ArcGIS Pro | Documentation.
Output Location needs to be a basic folder.
You may use Expression to choose the desired rows.
e.g.
Alternatively, you may first "Select By Attribute" to select the range of rows, then execute "Table to Table" Geoprocessing tool.
Thank you so much! It works just like I needed it to.