Add a header line to explain the fields
[migration-tools.git] / unicorn / unicorn_patrons_to_tsv.pl
index 94c03dd..ca0d8f0 100755 (executable)
@@ -205,8 +205,9 @@ for (my $u = 0; $u < @records; $u++) {
 
 }
 
-
 # Print the results
+print join("\t", @output_fields) . "\n";
+
 for (my $u = 0; $u < @records; $u++) {
        foreach $f (@output_fields) {
                if (defined $records[$u]{$f}) {