i need to create a job which has varying number of columns (datatype also changes) as flat file source and load data into falt file destination. I need to get the Row count of the records in the last row of the flat file destination.
Note: today i receive input file with 25 columns i need to get the row count as 25, tomorrow i receive with 50 cloumns where i need to get the row count as 50.
How to create a flat file source which has varying number of columns every time.