I have a gdb featurewriter that passes through to a shp featurewriter. For attributes with names at the 10 character limit, the shp writer is using their _alias field to populate instead of the correct one.
Example: ASSETCLASS field is being filled with 'Asset Class', instead of 'Rail'.
Is there a way around this besides adding in and attribute removed for each of the Feature Types?