unknown error when importing csv for new layer using https://developers.arcgis.com/layers/new

708
2
Jump to solution
02-20-2020 04:15 PM
MichaelMatthews
New Contributor

data looks like this:

row,LAT,LON,ticketId,account,problemCode

0,41.551087,-87.711073,CR822130356,8771401380020487,60801

1,35.950608,-86.67873,CR832291084,8396510910049876,14923

2,38.359451,-122.002124,CR859427163,8155300260437439,16517

3,42.128928,-88.082286,CR863123398,8771101231107349,15435

4,26.162802,-80.215193,CR866937895,8495752600949425,5137

I get message An unknown error occurred.

0 Kudos
1 Solution

Accepted Solutions
WilliamCraft
MVP Regular Contributor

Try renaming the "row" column to something else like "idRow".  I'm wondering if "row" is a reserved word.  

View solution in original post

2 Replies
WilliamCraft
MVP Regular Contributor

Try renaming the "row" column to something else like "idRow".  I'm wondering if "row" is a reserved word.  

MichaelMatthews
New Contributor

Yes when I renamed it to rowNumber that worked. Thank you so much!

0 Kudos