PDA

View Full Version : importing urls containing comma


maryjili
11-28-2008, 11:47 AM
How to import urls which contain comma:

http://www.abc.com/example1,example2,example3.html

I tried to add "http://www.abc.com/example1,example2,example3.html" in the url txt file, but it did not work. I used the index and follow option, so the url txt file only contain urls.

wrensoft
11-28-2008, 05:45 PM
Try using character entities. like this,
http://www.abc.com/example1%2Cexample2%2Cexample3.html

maryjili
11-28-2008, 11:41 PM
The urls are successfully imported without being truncated, but the indexer cannot download the file. I tried typing the converted address into IE, and it could not find the file either.

wrensoft
11-29-2008, 06:52 PM
Can you post the real URL, rather than the hypothetical example above.

maryjili
11-30-2008, 03:38 AM
All are working now. Yesterday I missed the "c" and only added "%2", therefore caused the problem. Thanks.