lewars has asked for the wisdom of the Perl Monks concerning the following question:
Hi PerlMonks,
I have two files. A lookup file, and a master data file.
I need to take the lookup and use that to replace all the instances/matches from the lookup into the master data file.
Lookup.csv (Tab delimited but I can change this easily)
Master Datafile (file is 38 MB)Ref00004 https://dealerportal4.xx.com/siteminderagent/forms/xx. +fcc;ACS=0 Ref00005 https://sso.xx.com/siteminderagent/forms/xx.fcc;ACS=0; +REL=0 Ref00006 https://secure3.xx.com/siteminderagent/forms/xx.fcc;AC +S=0;REL=0 Ref00007 https:///siteminderagent/cert/smgetcred.scc?cert Ref00008 https://secure4.xx.com/siteminderagent/forms/xx.fcc;AC +S=0;REL=0 Ref00009 https://vbos-uat.xx.com/siteminderagent/forms/xx.fcc;A +CS=0;REL=0
Thanks in advance.<Property Name="CA.SM::AuthScheme.IsUsedbyAdmin"> <BooleanValue>false</BooleanValue> </Property> <Property Name="CA.SM::AuthScheme.Desc"> <StringValue>TCP portal auth scheme</StringValue> </Property> <Property Name="CA.SM::AuthScheme.Level"> <NumberValue>5</NumberValue> </Property> <Property Name="CA.SM::AuthScheme.IsTemplate"> <BooleanValue>false</BooleanValue> </Property> <Property Name="CA.SM::AuthScheme.Param"> <LinkValue><XREF>Ref00005</XREF></LinkValue> </Property> <Property Name="CA.SM::AuthScheme.Library"> Final/file (replaced): <Property Name="CA.SM::AuthScheme.IsUsedbyAdmin"> <BooleanValue>false</BooleanValue> </Property> <Property Name="CA.SM::AuthScheme.Desc"> <StringValue>TCP portal auth scheme</StringValue> </Property> <Property Name="CA.SM::AuthScheme.Level"> <NumberValue>5</NumberValue> </Property> <Property Name="CA.SM::AuthScheme.IsTemplate"> <BooleanValue>false</BooleanValue> </Property> <Property Name="CA.SM::AuthScheme.Param"> <LinkValue><XREF>https://sso.xx.com/siteminderagent/fo +rms/xx.fcc;ACS=0;REL=0</XREF></LinkValue> </Property> <Property Name="CA.SM::AuthScheme.Library">
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Replace string in one file using input from another file
by AnomalousMonk (Archbishop) on Feb 07, 2018 at 17:16 UTC | |
by lewars (Initiate) on Feb 08, 2018 at 15:00 UTC | |
|
Re: Replace string in one file using input from another file
by Laurent_R (Canon) on Feb 07, 2018 at 17:12 UTC | |
|
Re: Replace string in one file using input from another file
by tybalt89 (Monsignor) on Feb 07, 2018 at 18:17 UTC | |
|
Re: Replace string in one file using input from another file
by Jenda (Abbot) on Feb 08, 2018 at 23:25 UTC | |
|
Re: Replace string in one file using input from another file
by Anonymous Monk on Feb 07, 2018 at 18:24 UTC |