Hi,
I have a delimited file which is a pipe delimiter but prefixed and suffixed with $$ (including the column headers). so the first row of data looks like this
$Field1$|$Field2$|$Field3$.....|$Field25$
$a$|$b$|$c$|.......|$25$
etc...
Could someone please tell me how to eliminate the special characters...I have used the file as CSV and a delimiter of | but however I am unable to get the Find/replace to $=null for all the column values including the headers.
Could anyone suggest some advise please?
Thanks,