I’m still working on this.
The regex \S+(\n|$) converts to a list, and with the :format as text operator, I am able to add quotes to the beginning of the values. When I try to add them to the end, they end up at the beginning of the next item in the list. Presumably this is because the regex is starting a new line.

This:

Yields this:
image

I’m new to regex, but it seems like that expression is the problem. Any ideas?

1 Like