Fanout expression using wildcards?: Need to split a shapefile into six shapefiles based on the third character in this string: US5ME54M. That 3rd character can be one of six characters, 1 thru 6.
Question
Fanout expression using wildcards?: Need to split a shapefile into six shapefiles based on the third character in this string: US5ME54M. That 3rd character can be one of six characters, 1 thru 6.
Fanout expression using wildcards?: Need to split a shapefile into six shapefiles based on the third character in this string: US5ME54M. That 3rd character can be one of six characters, 1 thru 6.
Thanks! Though I don't quite have the Attribute Value correct. So Value gets the CELL ?
Still no go. AttributeCreator (AttrSetFactory): An error occurred while evaluating the above expression. If the failed expression is arithmetic, check to ensure there is a numeric value specified as the substitution value for null, empty and missing attributes.
AttributeCreator (AttrSetFactory): AttributeCreator: Failed to evaluate input expression: @Substring(@Value(CELL),6,5,4,3,2,1)
Does it need to know it's splitting on the 3rd character?