I am interested in using a plain text file as a text source that is hosted online at a website. Of course, using the plain text file stored locally on the system works fine. But looking to the http link, it does not want to process a single line at a time, instead pushing the entire file to the assigned field, regardless of how "Process" is defined. Is there some manner of a line break delineating character I need in the file in order to do this?
The ultimate goal would be to get an advertiser to sponsor, for instance, the RadioText field -without any intervention from our end. For instance, a car dealership might have a text file listing their inventory at their website, ie:
http://www.usedautolot.com/uploads/RDS.txt:
2007 Ford Ranger, 5 speed, under 70K, just $7495!
2011 Kia Forte, AC, Auto, 40mpg, 33K miles, just $8995!
And we put a sample file on our website to test this, and it does not break at the line breaks.
I am certain that I've just missed something. Any information you can provide me with is sure to be useful.