HI,
im extracting a file into application server with header employee no, employee name and related fields in the 2nd row for example.
employee no employee name
1 abc
2 def
i created 2 variants to extract huge data.
and i scheduled a background job with these 2 variants as step1 and step2.
after the job is finished.
the extracted file looks like this.
employee no employee name
1 abc
2 def for 1st variant
employee no employee name
3 ghi
4 jkl
5 mno for 2nd variant
the header gets repeated 2 times because there are 2 variants, if there are 5 variants the header will get repeated 5 times.
can any one suggest me, so that i will get the header only once irrespective of no of variants.
Regards,
Prashanth