I was just wondering from a specified directory file path in how to collate all files that are formatted as csv and add them to one main CSV file. So far I Am using build data table in a sequence which drops to ForEach file in Get_Files_From_Folder (A string array using the expression directory.GetFiles)
How do I add each row and then saving each row as a separate File.
