I have multiple csv file i want to merge all at once

@Gaurav_Gore

Use read csv and then use append csv option to add the data without headers

you can as well use merge datatable and then write the data all at once

cheers