RubiconCSL
Programmer
Lets say you have an input file with a field of comma delimited phone numbers - you don't know how many there will be per record.
In the target database, you want one record per phone number.
In 'C' for example, you could do a while loop and insert one record per phone number as you traverse the string until you determine it has finished. A simple while loop or for loop for that matter.
How does Informatica do it? I don't think it can - easily anyway.
A normalizer requires a set number of 'occurs', but there could be any number?
I can't be the first person to need to do this - can I????
Any funky ideas.........
Dominic
In the target database, you want one record per phone number.
In 'C' for example, you could do a while loop and insert one record per phone number as you traverse the string until you determine it has finished. A simple while loop or for loop for that matter.
How does Informatica do it? I don't think it can - easily anyway.
A normalizer requires a set number of 'occurs', but there could be any number?
I can't be the first person to need to do this - can I????
Any funky ideas.........
Dominic