Split cell data into rows


in Help
Hello,
Is there a way to split data in a cell to rows, instead columns?
Example:



What I really need now is the results one below the other, instead of columns....
Thank you!
Is there a way to split data in a cell to rows, instead columns?
Example:



What I really need now is the results one below the other, instead of columns....
Thank you!
Tagged:
0
Best Answer
-
BalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955
Unicorn
Answers
Dortmund, Germany
Yes, is there a way to do it?
I propose an alternative method using a Python script (Pandas library) to perform what you want to do :
To execute this process, you will need :
- to install Python on your computer.
- to install the Python Scripting extension from the Marketplace.
The process :
Hope this helps,
Regards,
Lionel
Thank you very much for your help!!