iMacros combing two addresses

LordGeo

Newbie
Joined
May 27, 2013
Messages
14
Reaction score
0
Hi BHW,

I am in need of help of an iMacros God.

I have an address call it: google/123

I have another address, call that: yahoo

how can I combine the two creating yahoo/123.

I would greatly appreciate any help or advice on creating this, my iMacros ability is reasonable but I couldn't manage this.

Many Thanks

NB Apologies for not being able to post full links, due to having less than 15 links - decided i'm going to stop just lurking on here!
 
bump.. or do we not do that around here
 
You want to do it on the fly, in iMacros? Then it all depends on the actual situation.

If you just want to combine two scrapes to load into iMacros, do the scrapes, use UltraEdit or other editor with regexp functionality, and combine the scrapes the way you want them. Insert into CSV file that is then the datasource for your macro.
 
How would I use UltraEdit with iMacros?
 
How would I use UltraEdit with iMacros?
You extract into CSV's. You combine the CSV's in UltraEdit, or of course you can do search and replace as well as merge columns in Excel.
Then when the CSV is the way you want it, you use it as datasource.
 
You extract into CSV's. You combine the CSV's in UltraEdit, or of course you can do search and replace as well as merge columns in Excel.
Then when the CSV is the way you want it, you use it as datasource.
Would this be done automatically each time the macro is then run, or would you have to edit in ultra edit each time manually?
 
Back
Top