2011/3/29 Hanlie Pretorius <[email protected]> > Thanks for the suggestion. I can't use the CSV driver to read the > file, though, because it doesn't support a space as a field separator, > only COMMA/SEMICOLON/TAB >
Python has a comprehensive CSV module ( http://docs.python.org/library/csv.html) that makes it pretty easy to convert between different types of CSV files. cu andreas
