Reading CSV and writing the data in another CSV

I want Uipath to read data from a list of CSV files and copy the data in one consolidated file. Please suggest what activities to use and how.

@ritiksuneja,
*First Build datatable with all columns defined and create output datatable
*Use read range to read individual csv files
*Use merge datatable and merge the individual datable to the datatable created using build datatable activity
*Use Write range to write the final datatable it to one csv file

Thanks,
Sreekanth.k