Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reset sequence no for indirect file loading after each file load

Status
Not open for further replies.

AtulGG

Programmer
May 17, 2007
1
FI
Hi,
In my mapping i use sequnce generator to generate row numbers to load data from .csv file, based on these numbers i will filter out data. Now in workflow i use indirect file load to load multiple files issue is once first file is loaded i want to reset the sequnce number to one else data from other files will never be filtered.

br
atul
 
The correct way would be to use a non-reusable seq generator and select the reset option. However, resetting is only achieved when a new session is started.
So obviously you need to spread the loading over multiple sessions..

Ties Blom

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top