change \r\n to \n if they occur
authorJason Etheridge <jason@esilibrary.com>
Wed, 9 Sep 2009 22:00:28 +0000 (22:00 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 16 Jul 2012 16:07:34 +0000 (12:07 -0400)
git-svn-id: svn://nox.esilibrary.com/migration-tools@617 eee7cc8d-164e-4af6-8e1b-092a69004917

unicorn/unicorn_patrons_to_tsv.pl

index 7c3ca59..18c5a9e 100755 (executable)
@@ -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?