From: Jason Etheridge Date: Thu, 30 Oct 2008 01:27:34 +0000 (+0000) Subject: tab, not linefeed X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=73d50da040a56323fd36233a7202d9ebea45b2b5 tab, not linefeed --- diff --git a/transform_unicorn_flat_charges.pl b/transform_unicorn_flat_charges.pl index 9a94dd6..bcd5cd2 100755 --- a/transform_unicorn_flat_charges.pl +++ b/transform_unicorn_flat_charges.pl @@ -15,7 +15,7 @@ sub print_line { ) . "\n"; } -print "FORM\tUSER_ID\tITEM_ID\tCHRG_LIBRARY\tCHRG_DC\tCHRG_DATEDUE\nCHRG_DATE_CLMRET\n"; +print "FORM\tUSER_ID\tITEM_ID\tCHRG_LIBRARY\tCHRG_DC\tCHRG_DATEDUE\tCHRG_DATE_CLMRET\n"; while (my $line = <>) { chomp $line; $line =~ s/[\r\n]//g;