Get lines from PDF File

I’ve been able to read PDF with table using Tika Parser. The content is a one string
image
How I can break string by lines?

Thank you
Igor

You could export it as CSV file or text file. And then import the file back with file reader or CSV reader.

4 Likes

@mlauber71, you are a man. It works.

5 Likes

Hi @izaychik63,

You could also use the Cell Splitter node with \n as delimiter (and check “Use \ as escape character”) and get the output as “List” and then use the Ungroup node to have each line of the string in a separate row.

:blush:

5 Likes

the Ungroup node, not the Unpivot node.

:blush:

1 Like

Thank you, Armin. It was a misread.

1 Like

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