Pre-filtering data on data source transformations
When processing data in a transform map you are pretty much forced to go through all the data which was imported and this can sometimes be a lot of records. Also, the test conditions performed on each record can be quite complex.I wanted to find a pe...