Solved

Transpose Column to rows

  • 18 November 2022
  • 4 replies
  • 208 views

Badge +4

Hello Everyone..

I have an query regarding transpose for the attribute

one feature elements are 25 as you can see in ID coumns ..

Now my question is how can i transpose the column names to rows and their inforation related to the field..

Please find the attached screenshot with the FME template with sample dataScreenshotsPlease provide how can i fix the issue

Thank You

icon

Best answer by ebygomm 18 November 2022, 12:28

View original

4 replies

Userlevel 1
Badge +10

If you set up your AttributeCreator like this

imageYou will create new attributes named as per the field name, you will then need to expose the attributes and aggregate with a group by of id making sure Accumulation mode is set to Merge Incoming Attributes

Badge +4

Thanks for the reply

I did the above said but i cant see the results as i wanted

Any suggestions or screenshot

 

image

Userlevel 1
Badge +10

Thanks for the reply

I did the above said but i cant see the results as i wanted

Any suggestions or screenshot

 

image

You need to expose the attributes, if you are running with FeatureCaching on you should be able to import them in the AttributeExposer from the cache

image

Badge +4

Thank You so much

Got it

Reply