Question

Attributes

  • 21 September 2017
  • 3 replies
  • 5 views

Badge +10

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


3 replies

Userlevel 4
Badge +13
Hi @pratap, which data format are you reading?

 

Badge +10
Hi @pratap, which data format are you reading?

 

SmallWorld

 

 

Userlevel 1
Badge +18

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