debugged a comment ;)
authorBen Ostrowsky <ben@esilibrary.com>
Tue, 6 Apr 2010 14:55:30 +0000 (14:55 +0000)
committerBen Ostrowsky <ben@esilibrary.com>
Tue, 6 Apr 2010 14:55:30 +0000 (14:55 +0000)
dbf2tsv

diff --git a/dbf2tsv b/dbf2tsv
index b6974c6..1ebac79 100755 (executable)
--- a/dbf2tsv
+++ b/dbf2tsv
@@ -27,7 +27,7 @@ my $table = new XBase $in or die XBase->errstr;
 # get list of field names
 my @names = $table->field_names;
 
-# dump PATRONID, SURNAME, FIRSTNAME
+# print a header line with field names
 print OUT join ("\t", @names) . "\n";
 
 sub clean {