Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
In have a list that is tabular seperated i would like to change this to comma seperated
@Michael-Schjeldahl-Nielsen
Do a regular expression find-and-replace:
Find what box: \t Replace with box: , Search mode: Regular expression
\t
,
Regular expression