Hi All,
I am uploading a Tab delimited file and except last record all the other records (rows) are getting # for last field. Is my file wrong ?
In application server i could see that every record ends with # and every field is separated with # except last record.
In debugging I have seen Hexadecimal value of the last # and it shows as 000D which is not TAB. i think it is Enter. For field separator the value is 09
i have 5 fields and first 4 fieds are splitting properly. Last field is getting value like 100.00#.
I created the file from Excel sheet by saving as Tab delimited file. Other way also i went into the file and removed all the tabs at every record.
Am i creating the file wrongly ?