Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Please help me with idea.
I have different website' urls like this http://www.name.org/site/lookup.asp?c=9iLOK7PJKfI2G&b=6229577.
I want to keep only name.org.
I replace in load scrypt
Replace(Replace(Replace(Replace(Replace(SITE, 'http://',''),'http:/',''),'http:www.',''),'https://',''), 'www.','') as ...
I get name.org/site/lookup.asp?c=9iLOK7PJKfI2G&b=6229577
How can I replace or remove other info after org?
Thanks,
Hi
Please check the attached file..Is one of the way to achieve your requirement
I don't understand why when I load my data, I got URL address_NUMBER/_NUMBER?
Double numbers
Hi
Did u try like as mentioned?
Yes, I copied it even.
it works, but with duble numbers.
Hi
Can you post your file?
I load data from csv format. Maybe it's problem?
Please see my attached file.
Hi
Try like this..
Hope it helps
No, I lost many URL
They have the same URL, but different NUMBERS.
HI
Check this . Let me know whether its correct or not