Premium1980
MIS
In Informatica I would like to create a dynamic outputfile. I got one source file and I want to create from that file more than one outputfile. Example:
Source:
A,12
A,2
B,1
C,1
C,2
Output to 3 files. A.txt B.txt and C.txt. The Name of each outputfile is dynamic to a value in the source.
Does someone know how to make this work?
In this example I have to create 3 outputfiles, in my case it's around 600 outputfiles.
Does someone know how to make this happen?
Greets
Jeroen
Source:
A,12
A,2
B,1
C,1
C,2
Output to 3 files. A.txt B.txt and C.txt. The Name of each outputfile is dynamic to a value in the source.
Does someone know how to make this work?
In this example I have to create 3 outputfiles, in my case it's around 600 outputfiles.
Does someone know how to make this happen?
Greets
Jeroen