Hi,
I have a situation where the flat file consists repetition of data i.e.,
Name, Address, City, Pincode, Accountno, Accounttype, Accountno, Accountype
last two rows can be repeated upto 70 times.
where ID,Name,address,pincode stores in one table and ID, Accountno, AccountType stores in another table.
And my file contains huge amount of data. So, I trying to build a package.
So, How to work with repetition of columns in flat file and the flat file is having no delemeter, it is having only fixed width columns.
Thanks