I have duplicate data in comments section, each set of duplicates is separated by / /, how would i trim everything before / /, including the first */ ?
Ive tried looking it up in the forums but couldn't find anything that worked.. note, I'm not much of a scripter, so please go easy on me
Do I unterstand you right:
You want to keep 1 "/" in front of the comment-text and by "trim" you mean erase?
Or do you want to remove white space before the "/".
I think it would be best if you could post example content from the comment field in question enclosed in backticks `, e.g., `my comment` and mention what should be preserved after trimming.
You could try either an action of the type "Merge duplicate fields but use a different separator than \\
or and action of the type "Remove duplicate fields" to keep the first found field of the given name.
This only works if the fields are separate fields and displayed with \\ as separator and not — as stated in the OT — with //. That's why I was asking for a concrete example.