Job Design
Moderators: chulett, rschirm, roy
Job Design
Hi All,
I have some 10 files . All these files do have the same table definitions.
These files should need to be processed for some data validation and load into target.
I need to create some generic jobs to do this . Becasue I dont want to create 10 jobs .
So what will be the best way to do this.
Please Advice.
Thanks & Regards,
Kumar66
I have some 10 files . All these files do have the same table definitions.
These files should need to be processed for some data validation and load into target.
I need to create some generic jobs to do this . Becasue I dont want to create 10 jobs .
So what will be the best way to do this.
Please Advice.
Thanks & Regards,
Kumar66
-
Sainath.Srinivasan
- Participant
- Posts: 3337
- Joined: Mon Jan 17, 2005 4:49 am
- Location: United Kingdom
Sequential files? Multi-read the files (file pattern) in in one job and do the processing required.
By the way, confusion here is added from my view, as your first post contradicts this one:
By the way, confusion here is added from my view, as your first post contradicts this one:
Because the meta data will be diffrent for all files
Last edited by miwinter on Mon Aug 10, 2009 8:37 am, edited 2 times in total.
Mark Winter
<i>Nothing appeases a troubled mind more than <b>good</b> music</i>
<i>Nothing appeases a troubled mind more than <b>good</b> music</i>
That's the impression I got - in which case, you're out of luck I'm afraid. At best, you could look to make use of shared containers where possible. RCP won't be of any use to you here either as you're looking to perform some validation (maybe also change?) on these data items.
Mark Winter
<i>Nothing appeases a troubled mind more than <b>good</b> music</i>
<i>Nothing appeases a troubled mind more than <b>good</b> music</i>
