Hello. I have a pipe delimited text file that contains many lines of numbers and stats. I need to use this text file to parse out all the information between pipes and output the needed information into an HTML table that resembles something like this:http://www.sportingnews.com/baseball/scoreboard/20010402/boxscore/10.html These files will be coming into a ftp folder and I must set up triggers to recognize the arrival of new information, parse the pipe delimited file, and output it into an html table with a specific name. I am very new to all of these ideas and any help is greatly appreciated. Thanks.