Esri / ArcREST

python package for REST API (AGS, AGOL, webmap JSON, etc..)
Apache License 2.0
192 stars 155 forks source link

Corrected oidName to provide variable content without quotes. #331

Closed mauradaffern closed 7 years ago

mauradaffern commented 7 years ago

The line: arcpy.da.FeatureClassToNumPyArray(pathToFeatureClass, (oidName)) failed when using an oidName that included quotation marks embedded in the string oidName (generated by AddFieldDelimiters on line 496). Changed the code to provide a correct oidName.

achapkowski commented 7 years ago

Thank you

mauradaffern commented 7 years ago

No problem. Do you know when this will be available for install via pip? I have a client who will be using this functionality. Thanks!