I’ve been able to read PDF with table using Tika Parser. The content is a one string
How I can break string by lines?
Thank you
Igor
I’ve been able to read PDF with table using Tika Parser. The content is a one string
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.
@mlauber71, you are a man. It works.
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.
the Ungroup node, not the Unpivot node.
Thank you, Armin. It was a misread.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.