This is my input file i want to add the current date in date column without using for loop … Because i have the big data set so in here for loop is not useful.
I used this logic for this but i am getting output like this:
In here year is getting increment by 1
I figured it out .
Thanks guys for your help
I assigned this outputDt = outputDT.RowCount + 1 then i simply add the write range activity with the range of “K3:K”+ColumnRange.ToString