I don't think I understand the aggregator stage because some of the output records contain empty strings when there are no empty strings in the source input.
Here is the input data:
Code: Select all
ID CategoryCode ProgramCode ProgramS Year Code SpecNo
1571511 degr ba 162233 1953 W 701
1571511 degr ba 162233 1954 W 701
1571511 degr ba 162233 1953 W 701
1571511 degr ba 162233 1954 W 701Code: Select all
ID CategoryCode ProgramCode ProgramS Year Code SpecCount
1571511 "" ba 162233 "" "" 2
1571511 "" ba 162233 "" "" 2Code: Select all
ID CategoryCode ProgramCode ProgramS Year Code SpecCount
1571511 degr ba 162233 1953 W 2
1571511 degr ba 162233 1954 W 2My question is why in the output dataset do empty string values get returned when no empty values exist in the input dataset?
My version of DataStage is 8.1.0.0 in case I'm missing any patches. No hotfixes or APARs have been applied.
Thank you in advance for any ideas that you have that I should look at.
Fred Helm
Newbie
