Hi,
I am not able to parse a text file to output another text file using document().
When I keep the content of the text file somthing like "Hello" it works fine. However it throws an error for the below content:
CNN --- The Latest Updates
http://www.cnn.com/?nid=
Judge denies request to maintain deepwater drilling ban
http://www.cnn.com/2010/US/06/24/gul...ndex.html?nid=
New Orleans, Louisiana (CNN) -- Paving the way for deepwater drilling to resume in the Gulf of Mexico, a federal judge on Thursday denied a request to keep a moratorium in place pending a government appeal.
McCain to "Meet"
http://www.cnn.com/2010/US/06/24/gul...ndex.html?nid=
Senator to talk generals Sunday with Gregory. Plus: Panetta headlining âThis Week.â
Three-State Tour
http://www.cnn.com/2010/US/06/24/gul...ndex.html?nid=
Error:
"XTDE1200: Failed to read input file"
Could you please suggest an idea how we can parse the possible content of text file to output another text file.
Please note: The text file which needs to be parsed are the external files (feeds in text format) whose contents are dynamic and may have special characters also.
Thanks,
avarma