Esri / data-assistant

ArcGIS Pro Add-in that assists in emergency management, local government and state government data aggregation workflows.
Apache License 2.0
22 stars 8 forks source link

Calling Left and Right might make field None #216

Closed JRosenfeldIntern closed 7 years ago

JRosenfeldIntern commented 7 years ago

If a field is mapped to another through the Left or Right method and the amount of characters to keep left or right is greater than the length of a string in the source row, the target row will append None instead. Seen below in the first and second row. leftbug

EDIT: Seems to also happen with Substring

JRosenfeldIntern commented 7 years ago

Fixed. Was an incorrect try/catch amendment. This was purely a preview rows bug. GPTool seems to operate as expected.