Hi,
When I use FeatureReader and read the data, I'm receiving features with attribute names ending with (encoded: utf-16) and (32 bit integer). When I use the normal reader, I'm receiving the attributes as-is
eg: id (32 bit integer) and ATTR1 (encoded: utf-16)
Could any one tell me how to get the attributes as-is because I have to use the same attributes in featurewriter and write the data with Automatic attribute definition
There are 1295 feature classes which is not possible to define the attributes for each feature type...
Pratap