Adding a column, and adding a different string for each loop
I am putting together some code where I'm trying to loop through openning files and adding the file to the end of the file for a table. So if openning three files basically it appends it to the end of the first file for the table, but I'm having two issues, but will just talk about the one here. I add a column to the output table path, so I could keep track of where it was going. So here is the ...