in reply to Re^5: part - split up files according to column value
in thread part - split up files according to column value

There is a bug in the program that makes it

I've tested the file against this data:

field1,field2,field3,split zweiradlinss,89803607,330525685618,3 zweiradlinss,89803607,310286767428,77

with this command line:

perl -w part.pl part.csv --header-line=1 --column=3 "--separator=,"

Thanks for the report! I've fixed the top version and updated it to v0.06.

Replies are listed 'Best First'.
Re^7: part - split up files according to column value
by Anonymous Monk on Feb 09, 2011 at 14:43 UTC
    Great - thanks for fixing so quickly