I make some transformations and validation on a flat .CSV file to import data. I'd like to add a column with the number of time an employee is present in the flat file for exemple :
Input Data Flow :
Output Data Flow :
I don't know how to transform my dataflow... have an idea?
This is how I would do it:
This should leave you with the desired output of one row for every row in the source data, but with the Count per Employee_Id on each row.