i got 1 flat file and i need to load in db.
file contains one "main transaction no.as Header"
under one transaction code so many "item lines ".
In flat file column name are different for Header and item.
source data is one line after another.No specified string length in source.
i have till now kept both header and item in different table.Now i dont know how both can put together.ItemLine is dependent on Header.
how i will load can anyone help.