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

If there are points in the List that have fields different than other points in the List, only the fields from the top point are exported to FC/SHP/KMZ #587

Closed dfoll closed 5 years ago

dfoll commented 5 years ago

Background

Coordinate conversion allows a user to import a .csv or .xlsx and retains the fields from the input file in memory. Another file with different fields can then be imported to the List.

Current behavior

When exporting from the List the fields exported from in-memory are only the fields associated with the top/most recently added point in the List.

Expected behavior

All fields that are held in-memory in the List should be included in the export

Notes/workaround

  1. import a .csv that has fields "A" and "B"
  2. import a .csv that has field "C" and "D" start workaround
  3. export to [filename].csv (.csv will have fields "A", "B", "C", and "D")
  4. clear List 5, import [filename].csv (making sure to select fields "A", "B", "C", and "D")
  5. export to fc/shp/kml output has fields "A", "B", "C", and "D"
dfoll commented 5 years ago

Removing CyberTech label because a fix was put in, in the last release to offer this functionality. Suggesting a deep review on functionality before this issue is closed.

dfoll commented 5 years ago

Verified ArcMap image

Verified ArcGIS Pro image

dfoll commented 5 years ago

G-Doc label can be removed after publishing

dfoll commented 5 years ago

Doc review:

lfunkhouser commented 5 years ago

Doc verified