There are two cvs files (very very large)
Example file1:
honda,10.1,steering wheels,5,30
clorox,14.5,detergent,9,10
......
Example file2:
14,honda,5,30
3,clorox,10,3.1
The requirements (as of now) are:
- GUI to open and select the two files (only CSV files allowed, can't be the same file)
- GUI to select the identifier columns in both the files (can be as many as the user wants)
- GUI to select the quantity columns in the first file (can be as many as they user wants)
- GUI to select the conversion factor columns in the second file (should be the same number as the quantity columns)
- The
Recent comments