Hi All
I am trying to create a solution for removing line breaks, extra delimiter and extra text qualifiers from text input file. But I am not able to figure that out. Can anyone help me resolve this.
Here,
Text Qualifier is double quotes
Delimiter is | (pipe)
Solved! Go to Solution.
@anuninan07
Can you provide a text format of input and desired output?
Hello @anuninan07,
please find attached workflow.
Let me know if it does work for you!
Best Luck!
Niky
Hi Niky
It works for line breaks but I also need to remove the extra delimiters, extra double quotes and i need a dynamic line break solution. I tried the regex functions but not getting the correct solution.
Thanks in advance
Anu
I need the output with delimiter as pipe character (|) and text enclosed in double quotes (") and need to remove the extra double quotes in between the fields
For example - "Field1"|"Field2"
And the input file may not be also in this structure so I need to remove all this dynamically
This logic helped me.
Thank you.
Anu
Happy to hear that!
@anuninan07 if you accept solution -- please mark as solved!
Enjoy your weekend!
Best Luck!
NN