Hi,
I have a text file in which every 'field' is fixed length, separated with
',' and character fields are DELIMITED with "" i.e.
"Field1","Field2","Name contains double quots in data "a"", 999
However in some rows third column contains double quotes inside data.
What should be APPEND FROM .... in this case so that the result should be:
Field1 Field2 Name contains double quots in data "a" 999
TIA
Kamran