Hi,
I have 4 (A,B,C,D) field which are in CSV (Excel sheet). I have poulated these as conatsnt (A,B,C,D) at header level .
so below that the values of A,B,C,D values are coimg say 1,50000. I am sending these records in 25K slots and appending in 1 file at receiver side.
so when they are coming like this
for first (25K) A,B,C,D
after that next (25K) again A,B,C,D are coimg at constant level.
so for every time 25k it is showing one extra row in records in file.
because of this difference are coming in records
plz suggest.
Regards