Hello Everyone,
I've gone through many of the existing threads here and several walk throughs and tutorials on how to solve this issue, but for whatever reason, I am unable to. I am hoping that someone may be able to assist me. I'm extremely new to BizTalk, so please, be gentle. I'm sure the issue is that I've missed something incredibly simple.
I have a flat file that contains the following data: (Parsed for ease of reading)
"Title","EMP_PERNR","EMP_ENAME","MGR_PERNR","MGR_ENAME","REINR","CODE_ID","TOT_COST","COMM_TRIP","TOT_REIMB","DEST","STATUS","PAY_IND","PAY_DT","CORR_IND","UNAME","NR_EXP","RECEIPTNO","SPKZL_TXT","RCPT_DT","AUD_STRT_DT","AUD_STRT_NAME","CODE_ID2","AUDITOR_COMM","EXP_CODE","ATT_CODE","CHANGE_BY","C_TXT","N_PTN","DESCRIPT","BUS_PURPO","N_STF","N_GST","LOCATION","USERID","CUSTOMER","EXP_AMNT"
"1050000373:","24061001","Mr John Doe","","","1050000373","I","500.00","","0.00","S","Open","","","","","001","","BCEL","07/19/2012","","","","","X","X","","","","","","","","","doej","","500.00"
"1010050443:","24061002","Mr John Doe","24061001","Mr John Doe","1010050443","I","60.00","","60.00","t","Open","","","","doej","001","","CAWO","07/11/2012","10/04/2012","doej","Z5,Z9","","","","","","","","","","","","9US0TE03","","60.00"
I've created my schema and when I go to validate it, I receive this error:
Error1
Unmatched wrap character "
The current definition being parsed is Item. The stream offset where the error occured is 392. The line number where the error occured is 1. The column where the error occured is 392.
Column 392 is the break between the header row and the first row of data, it doesn't recognize that a new row is starting. What have I missed that will cause it to recognize the {LR}?
I would be happy to include the source csv and schema if it would help.
Thank you for your time.
Joel