HI
I have a flat file where my first record is having only values in 4 columns( basically it has only four columns) and rest of the records has many columns. So here my requirement is I would like to use this flat file and first record is not a header row and I need it later.
so based on the first row it is assuming the rest of the records are having only four columns how to get all columns in column list and I need first row as well cant skip it