Unicorn TSV-maker can now handle bill.data and charge.data too.
[migration-tools.git] / unicorn / unicorn_patrons_to_tsv.pl
index 18c5a9e..6960d49 100755 (executable)
@@ -25,6 +25,11 @@ while (<>) {
                next;
        }
 
+       # Is this a FORM= line (which can be ignored)?
+       if ( /^FORM=/ ) {
+               next;
+       }
+
        # If this isn't the start of the new record, it's a new line in the present record.
        $line++;