Hi All,
Can anyone help me to parse this 1 row data to multiple rows according to the number given
Thank You!
Here's a sample. PFA.
Hi, @AshrafHaris
FYI. Tokenize by :
<p>(.+?)<\/p>
That looks like XML. Please provide relevant data to this use case, and kindly provide your criteria in as much detail as possible. If you have a workflow built halfway, kindly export that over as well.
Hi Caltang, the data was downloaded originally in an excel format. Which turns out in XML. There were no workflows involve, so here I attach along with the dataset only.
Yes Caltang this is what I wanted. I will replicate this and apply to all rows that have the XML format ! Thank You so much for the help 😊
This is cool, I have not thought of using Regex as a way to parse the rows. Thank you so much ! 😍