Is there a way to use a certain word as a delimiter and keep that word.
For example, if I am trying to separate a column using the word "city", can I do that and keep the actual word in the previous column.
Example:
from this:
to this:
it doesn't really work out if I put in a certain word as a delimiter.
Thank you for your help in advance!