I have a data : ABC|001|BCE|2021 - Video-view-impressions-abc
i want to extract the data for first 4 delimiters pipes , i want to ignore after the hyphon
You can use the text-to-columns tool followed by a string formula or regex to handle the dash. If your data is coming from csv, you can also set | as the delimiter.
You can configure text to columns like below. Delimiter is "| " (pipe & space)
Hope this helps 🙂
Hi @viditverma62,
I have prepared a workflow for you.
My solution removes everything after the - hyphen
Thank you. let me tryy. 🙂
hello i tried to run that and append it to current workflow but i can see it got split into 4 diffrent columns which i dont want.
i want the data till first pipes in one columns only and rest to be ignored.
hello i tried to run that and append it to current workflow but i can see it got split into 4 diffrent columns which i dont want.
i want the data till first pipes in one columns only and rest to be ignored. What should i do ?
hello i tried to run that and append it to current workflow but i can see it got split into 4 diffrent columns which i dont want.
i want the data till first pipes in one column only and rest to be ignored. what should i do ?
Are you looking for something like this. If not please provide expected output. We will be happy to help🙂