source:
workshop2010/branches/uli-experimental/src/grokworkshop/mergecsv.py
@
5547
Last change on this file since 5547 was 5546, checked in by , 15 years ago | |
---|---|
File size: 133 bytes |
Line | |
---|---|
1 | """Merge two CSV files and output the results. |
2 | """ |
3 | def merge_csv_files(): |
4 | """Merge a file 'input1.csv' and 'input2.csv'. |
5 | """ |
Note: See TracBrowser for help on using the repository browser.