auto split file

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
wuruima
Participant
Posts: 65
Joined: Mon Nov 04, 2013 10:15 pm

auto split file

Post by wuruima »

Hi

is there a function in the sequtialFile stage, to auto split file.

e.g.
I output records to the sequtial file. set the file's max record number is 1000000.
then the stage will help me to output F1.txt, F2.txt, F3.txt,etc. every file contains 1000000 records.

because the output file is about 30 million records, I don't hope to split it in another job, it takes time.
wuruimao
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

There is a feature but not on version 8. See this topic.
Choose a job you love, and you will never have to work a day in your life. - Confucius
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Lacking that, a couple of other thoughts for your version:

viewtopic.php?t=152792
viewtopic.php?t=146613

There are more out there, you're not the first to ask this question.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply