From: Ben Ostrowsky Date: Fri, 25 Jun 2010 15:37:37 +0000 (+0000) Subject: Don't clobber user_category1 and user_category2 X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=aac81ac0be521f41fb266c7af116b639f7e7f1b0 Don't clobber user_category1 and user_category2 git-svn-id: svn://nox.esilibrary.com/migration-tools@702 eee7cc8d-164e-4af6-8e1b-092a69004917 --- diff --git a/unicorn/unicorn_patrons_to_tsv.pl b/unicorn/unicorn_patrons_to_tsv.pl index a556610..1522d29 100755 --- a/unicorn/unicorn_patrons_to_tsv.pl +++ b/unicorn/unicorn_patrons_to_tsv.pl @@ -160,8 +160,8 @@ for (my $u = 0; $u < @records; $u++) { $records[$u]{'l_userid_active'} = ''; $records[$u]{'l_inactive_barcode1'} = $records[$u]{'USER_XINFO.PREV_ID'}; $records[$u]{'l_inactive_barcode2'} = $records[$u]{'USER_XINFO.PREV_ID2'}; - $records[$u]{'l_user_category1'} = $records[$u]{'USER_ROUTING_FLAG'}; - $records[$u]{'l_user_category2'} = $records[$u]{'USER_WEB_AUTH'}; +# $records[$u]{'l_user_category1'} = $records[$u]{'USER_ROUTING_FLAG'}; +# $records[$u]{'l_user_category2'} = $records[$u]{'USER_WEB_AUTH'}; # We can parse the name like so: