source: workshop2010/branches/uli-experimental/src/grokworkshop/mergecsv.py @ 5546

Last change on this file since 5546 was 5546, checked in by uli, 14 years ago

Add a function for merging CSV files.

File size: 133 bytes
Line 
1"""Merge two CSV files and output the results.
2"""
3def merge_csv_files():
4    """Merge a file 'input1.csv' and 'input2.csv'.
5    """
Note: See TracBrowser for help on using the repository browser.