Hello Everyone,
I am trying to parse the pdf files and struck with splitting the row with dynamic columns. I need to split the row multiple columns as shown below.
split the TEXT to 8 columns
tried using the below formula but it’s not working
REGEX_Replace([YourField], "^(\\d+)\\s+([^\\d]+)\\s+(\\d{1,3}(?:,\\d{3})*|-)\\s+(\\d{1,3}(?:,\\d{3})*|-)\\s+(\\d{1,3}(?:,\\d{3})*|-)\\s+(\\d{1,3}(?:,\\d{3})*|-)\\s+(\\d{1,3}(?:,\\d{3})*|-)\\s+(\\d{1,3}(?:,\\d{3})*|-)\\s+(.+)$", "$1|$2|$3|$4|$5|$6|$7|$8|$9")

Much appreciated your help to resolve this issue
thanks
