Skip to main content
Solved

Accumulating and transposing rows

  • August 16, 2019
  • 3 replies
  • 10 views

Forum|alt.badge.img

Hi All,

It seemed a bit easy but i am stuck with it now. Can someone please help?

My input is somewhat like this:

 

and my desired output is like this:

The 6 values (Acquisition date, Analysis Date, System, Method, Sample ID and Data filename) are repeating three times in first column and have different values. I have attached the excel file for your reference.

Best answer by takashi

This workflow might help you. The point is to use the AttributeCreator to create new attribute whose name is value of attribute A.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

takashi
Celebrity
  • 7843 replies
  • Best Answer
  • August 16, 2019

This workflow might help you. The point is to use the AttributeCreator to create new attribute whose name is value of attribute A.


Forum|alt.badge.img

This workflow might help you. The point is to use the AttributeCreator to create new attribute whose name is value of attribute A.

Thanks a lot @takashi. It worked fine.


Forum|alt.badge.img

This workflow might help you. The point is to use the AttributeCreator to create new attribute whose name is value of attribute A.

@takashi Thanks for providing the solution earlier. How do we carry out the same process if we have multiple columns in hand and the rows in first column ?