Esri / coordinate-conversion-addin-dotnet

Addin for ArcMap and Pro for convenient coordinate conversion in Desktop.
Apache License 2.0
45 stars 20 forks source link

Import fails if field names contain spaces #624

Open dfoll opened 5 years ago

dfoll commented 5 years ago

Background

Add-in fails if a .csv contains a space in any of the field names

Repro steps

  1. In ArcGIS Pro or ArcMap
  2. Open Coordinate Conversion pane
  3. Click the bottom Import button to import a file
  4. Select TabletoPoint_no_spaces.csv
    • import works
  5. Select TabletoPoint_space.csv
    • import fails with a "Something went wrong" message

Additional info

CSV_issue624.zip