Hi I want to merge multiple csv file data in one csv file. but i want only one header but save all files of header(in screenshot line number 2,7,9) please send solution

Merge all file data in one file

@Gaurav_Gore

Is the first row having header? Because ideally append range will not add headers

If you want to remove the first row which contains headers then use remove data row

Cheers

Cheers

(post deleted by author)

@Gaurav_Gore

Then before append range use a remove data row qctivity and remove the first row from the datattable

Cheers

Hi,

Can you try the following sample?

Sample20230524-3L.zip (3.1 KB)

Regards,

@Gaurav_Gore : Please find attach workflow as per your requirement.

MergeDT.zip (11.6 KB)

Cheers !!!