So I have some text data that looking something like this,
BUYER: [TEXT]
SELLER: [TEXT]
BUYER: [TEXT]
When exporting to a CSV everything is condensed into a paragraph essentially and will look more like this:
BUYER: [TEXT]. SELLER: [TEXT]. BUYER: [TEXT].
I wanted to know if there's a way I can only track the Buyer responses and disregard what the seller has to say, I've been using the tidy text library and trying regex commands but nothing seems to be taking me in the right direction