How to sort this messed up link report?
#1
Posted 17 February 2012 - 13:26
I have a text file full of run on mashed together urls so instead of the typical nice and neat file like this:
http://www.domain1.com
http://www.domain2.com
http://www.domain3.com
I have
http://www.domain1.comhttp://www.domain2.comhttp://www.dom
ain3.com
Etc
Any ideas?
Thanks
#2
Posted 17 February 2012 - 14:12
.comhttp://
becomes
.com http://
Paste into Excel making each space into a new column.
10 OBL - Full Link Report - Zero Footprint
#3
Posted 17 February 2012 - 14:15
In notepad, paste all your urls into the body of notepad. Then go to edit-replace.
In the field find what, type .com
in the field replace what, type .com<br>
Then select replace all. After you do this, it should show this:
http://www.domain1.com<br>http://www.domain2.com<br>http://www.com<br>
Then save the file as a .html file to your desktop. When you open it, it should show the urls like this:
http://www.domain1.com
http://www.domain2.com
http://www.com
This should separate everything for you. I tried it here and it work. Hopefully this will help.
#4
Posted 17 February 2012 - 15:23
What I would do is find "http://" and replace with " http://" (notice the space before it).
Then click Text to Colums, and leave the first screen as delimited, click next and then tick the Space delimiter and finish.
You will have them in the columns so to get them into rows just copy the section and paste special and tick transpose (bottom right I think).
DONE!!
#5
Posted 17 February 2012 - 17:50
Its something like that. I dont have access to notepad ++ right now to make sure there is nothing else I am forgetting.
Edited by akula, 17 February 2012 - 17:51.
#6
Posted 18 February 2012 - 04:14
Edited by krish, 18 February 2012 - 04:17.
#7
Posted 21 February 2012 - 12:04
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users














