Have a delimited flat file, all rows the same, say: xxx,vvv,ddd aaa,qqq,fff Need to make each row a separate XML output file. Right now, all rows endup in the same XML file. Any help appreciated. -- BobL
Redefine your schema from <file> <rows> <field1></field1> <field2></field2> <field3></field3> </rows> </file> to <row> <field1></field1> <field2></field2> <field3></field3> </row> Eric http://stottcreations.com/blog "Bob" wrote in message news:vIGdnc-PfJKMivPZnZ2dneKdnZydnZ2d@comcast.com... > Have a delimited flat file, all rows the same, say: > xxx,vvv,ddd > aaa,qqq,fff > > Need to make each row a separate XML output file. Right now, all rows > endup in the same XML file. > Any help appreciated. > > -- > BobL >