Hi All,
I am getting a CSV file (UTF-8 encoding) with multiple record types ,which needs to be processed. I am doing content conversion . FCC is not working for the first row in the file. This is working fine from second row onwards..
Sample CSV file :
"RH",2011/06/27 22:55:38 +0100,"R","9SLQ9ZVU8ZNLL",006,
"FH",01
"SH",2011/06/26 00:00:00 +0100,2011/06/26 23:59:59 +0100,"9SLQ9ZVU8ZNLL",""
"CH","Transaction ID","Invoice ID","PayPal Reference ID","PayPal Reference
FCC is not working for RH record type(generated XML file do not have the first row tag). But if I place the same record in second row ..it is working fine. Can you please guide me to fix this ? (If I leave the first row blank , this is working fine from second row onwards)
File Encoding that I am using is : UTF-8
Thanks ,
Prem