You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program was written to take all csv files in a directory (will be specified by the user in a later iteration) and merge all of it together down the row. The program will also append the name of the file for each row.
4/30/14
Basic structure of the program is complete. Will need to create some basic UI for user interaction. The follwing is a list of things to make:
-Ask if the directory is correct
-Ask if to include the filenames at the end
-Ask for a filename to export to
-If exporting file name already exists, ask for a new filename or complex string to overwrite that file