Home Page › Forums › BizTalk 2004 – BizTalk 2010 › delimited file to SQL › delimited file to SQL
February 9, 2006 at 2:45 PM
#12871
I have a text file delimited in the following format
@
harish
10
@
sumitha
8
I was able to transfer these datas to SQL.
But when the file changed (two lines with // in the first)
//test
//
@
harish
10
@
sumitha
8
My projet did not work .
What can i do to ignore the first two lines
//test
//
can anybody help me?
Thanks in advance