Hi,
Can someone please help, I have dataset in text format which I cleaned it and I got one column in my result. Now I am trying to combine multiple rows into one based on condition. Below is my sample data set:
I have one column, based on data I want to combine rows based on keyword i.e. combine rows starting from keyword" job details" until another row comes with "job details" keywords and so on:
Before:
After:
| xyz job details; Default Name: XYZ;Job Title: XYZ report;xya@g.com;abc@g.com |
| abc job details;Default Name: abc;Job Title: abc report;jdhsgkufd@g.com;gjfdgd@g.com |
Once I get this I'll see how to move it to different columns.
I would really appreciate any help on how to accomplishing this. Thank you!