Can someone please assist me with the following task at hand:
I need to export the coordinates of polygon vertices in the following format:
Polygon_1, y,x ; y,x ; y,x ; y,x ; y,x
I have 120 000 vertices that needs to be exported in this format (either txt or xls). I have used export feature attribute to ASCII and export as table, but it exports in the following format:
Polygon_1, y,x
Polygon_1, y,x
Polygon_1, y,x
Polygon_1, y,x
Polygon_1, y,x
Reason it needs to be in the above mentioned array format is to be able to use it in VB and SQL.
I have also tried the transpose tool, which is not giving the desired outcome.
Any help will be appreciated.