Closed ljuru closed 5 years ago
An issue was created (#385) to warn a user when they are using an invalid feature class name, but it only catches some of the cases.
If you enter a special character *,&,!,(,< in any portion of the name, you are presented with a warning.
*,&,!,(,<
If you start the name with a number, this is not allowed, you get an error instead of a warning.
The user should the warning anytime the filename is invalid.
This is found on ArcGIS Pro 2.4. beta 1 Distance and Direction build 68
Tested good using DD build 107
doc QC'd @dfoll can you confirm the build you tested on and add the verified and appropriate application version labels. Issue can be closed after that.
Background
An issue was created (#385) to warn a user when they are using an invalid feature class name, but it only catches some of the cases.
Current behavior
If you enter a special character
*,&,!,(,<
in any portion of the name, you are presented with a warning.If you start the name with a number, this is not allowed, you get an error instead of a warning.
Expected behavior
The user should the warning anytime the filename is invalid.
Additional information
This is found on ArcGIS Pro 2.4. beta 1
Distance and Direction build 68