View Single Post

   
  #2 (permalink)  
Old 02-26-2008, 03:58 PM
Fred Prose
 
Posts: n/a
Default Re: export table without string characters delimiter

You could change the delimiter to a different value with the coldel
option:

export to fred.unl modified by coldel%

Or you could run the output through sed and change all occurences of
"!" to some other value.
Reply With Quote