Skip to main content

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

Hi @pratap, which data format are you reading?

 


Hi @pratap, which data format are you reading?

 

SmallWorld

 

 


Can you clarify your question? For now I think you want to use a generic reader.

https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/generic/generic.htm


Reply