How to replace tab character from text field enclosed in quotes in sql*loader
I'm trying to upload a csv file that contains a tab character in the text field, that's enclosed by quotes.
e.g. of a 2 column input file:
Hello, " World"
Desired outcome would be to remove the tab character from World, before storing it in the database table.
Thanks for any help!