Hi everyone,
I have a flat file source and it has n rows. generally n is around 1000-1500 rows. Now I need jsut 200 rows across the file. I have added a script component which creates an identity Col. I have count of the rows and "n/200" gives me which row to go and get the data.
I cant figutre out a condition to achive this. Any help would be great! Thanks!