Hi,

I've a flatfile which may contain data that result into many objects : Sample :
AAA;10;15;...

That means i've to create 6 items :
(AAA,10) (AAA,11) (AAA,12) (AAA,13) (AAA,14) (AAA,15)

How can I do??

the read method returns an item not a list. Otherwise the commit-interval will not have sense anymore...!!??

Please could you help me

Thanks