Hi all,
I converted a pdf and extracted the data which I need for further processing. Below is the dummy data which the replicates the same.
I am using Regex to format the data as required below.
Thanks in advance!
Solved! Go to Solution.
Hi @sachinsg
Sometimes with the data extracted from PDFs you can be lucky, and be able can use RegEx to replace 2 or more spaces with a | , then use Text to Columns to split by the |
See sample workflow, hopefully that helps.