Flat File Schema creation eliminating the field names Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Flat File Schema creation eliminating the field names This topic has 1 reply, 1 voice, and was last updated 9 years, 3 months ago by community-content. Viewing 1 reply thread Author Posts April 10, 2009 at 2:20 AM #22113 community-content Hi, I have a dilimited file which has the first row with Field names and second line onwards the field values. For example: SrNo,Name,Marks 1,Ram,67 2,Rahim,50 3,Ryan,75 I need to generate an schema, which will skip the Field names and will validate the above instance from Field values onwards. Could you suggest some optimum solution? Rgds, Mit April 10, 2009 at 5:03 AM #22114 community-content Mit, Take a look at http://www.eggheadcafe.com/conversation.aspx?messageid=29969468&threadid=29969468 which seems to be along similar lines to your problem. You may also be able to do something with an envelope schema for your header line as I presume you don’t want to include this line in any data? Nick. Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register