Split a multirow string into different rows and columns

Hi all,
Hopefully someone can help.
I’m in the process of converting a PDF file into a CSV using Tika Parser. I got to a point now that all the PDF content is inside a row. I want to break it into different rows and columns but was not able to make it work. Following is a screenshot of the output table of a String Manipulation. Can someone advise how to break it into rows and columns now?

Hello @DiegoCorreiaXTL
As a starting point, you may want to take a look into this topic:

After breaking it into rows, you would probably need a cell splitter node, with space character as delimiter.

BR

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.