How to create a format file for below records
"AB1234" "12345" 30 no 40
"AB1235" "12346" 40 no 50
"AB1236" "12347" 50 no 60
I am using bulk insert to load the records.
I am using tab seperator.
The values available in column 1 & 2 are inserted in table as "" quotes only.
How to set in format file to ignore the quotes?
Thanks