From: Jason Etheridge Date: Wed, 9 Sep 2009 22:00:28 +0000 (+0000) Subject: change \r\n to \n if they occur X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=67b239a49a353f1c699185d23945ec64dd696776;hp=47e275887745d54c7b0cb149f3c742cb4616eae5 change \r\n to \n if they occur git-svn-id: svn://nox.esilibrary.com/migration-tools@617 eee7cc8d-164e-4af6-8e1b-092a69004917 --- diff --git a/unicorn/unicorn_patrons_to_tsv.pl b/unicorn/unicorn_patrons_to_tsv.pl index 7c3ca59..18c5a9e 100755 --- a/unicorn/unicorn_patrons_to_tsv.pl +++ b/unicorn/unicorn_patrons_to_tsv.pl @@ -13,7 +13,7 @@ my %unique_fields; # Load each record while (<>) { - + s/\r\n/\n/g; # print STDERR "Loaded this line: " . $_; # Is this the start of a new record?