i need a script that can convert pipe delimited data to a rss feed. ex site url|title|image url don't ask for a budget please $5
here is the code i need there are 3 items in the rss feed. i need this done asap the paypal is waiting. don't start till we agree you have the task <?xml version="1.0" encoding="utf-8" ?> <rss version="2.0" xmlns:content="http://purl.org/rss/2.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title>test</title> <description>nothing new</description> <link>http://www.froogle3.com</link> <lastBuildDate>Mon, 30 Oct 2017 14:25:24 +0000</lastBuildDate> <item> <title>18 Big</title> <link>http://bit.ly/fdgfh</link> <description><![CDATA[<table width="400" cellpadding="0" cellspacing="0"> <tr> <title>18 Big</title> <td width="200" align="center"><a href="http://bit.ly/18" target="_blank" ></a></td> <img src="http://www.test.com/bi/1.jpg" alt="18 Big"> </tr> </table>]]></description> <content:encoded><![CDATA[<table width="400" cellpadding="0" cellspacing="0"> <tr> <title>18 Big</title> <td width="200" align="center"><a href="http://bit.ly" target="_blank" ></a></td> <img src="http://www.test.com/1.jpg" alt="18 Big"> </tr> </table>]]></content:encoded> <category>test</category> <pubDate>Mon, 30 Oct 2017 14:25:24 +0000</pubDate> <guid>http://bit.ly/18yyy</guid> </item> <item> <title>18 Big</title> <link>http://bit.ly/fdgfh</link> <description><![CDATA[<table width="400" cellpadding="0" cellspacing="0"> <tr> <title>18 Big</title> <td width="200" align="center"><a href="http://bit.ly/18" target="_blank" ></a></td> <img src="http://www.test.com/bi/1.jpg" alt="18 Big"> </tr> </table>]]></description> <content:encoded><![CDATA[<table width="400" cellpadding="0" cellspacing="0"> <tr> <title>18 Big</title> <td width="200" align="center"><a href="http://bit.ly" target="_blank" ></a></td> <img src="http://www.test.com/1.jpg" alt="18 Big"> </tr> </table>]]></content:encoded> <category>test</category> <pubDate>Mon, 30 Oct 2017 14:25:24 +0000</pubDate> <guid>http://bit.ly/18yyy</guid> </item> <item> <title>18 Big</title> <link>http://bit.ly/fdgfh</link> <description><![CDATA[<table width="400" cellpadding="0" cellspacing="0"> <tr> <title>18 Big</title> <td width="200" align="center"><a href="http://bit.ly/18" target="_blank" ></a></td> <img src="http://www.test.com/bi/1.jpg" alt="18 Big"> </tr> </table>]]></description> <content:encoded><![CDATA[<table width="400" cellpadding="0" cellspacing="0"> <tr> <title>18 Big</title> <td width="200" align="center"><a href="http://bit.ly" target="_blank" ></a></td> <img src="http://www.test.com/1.jpg" alt="18 Big"> </tr> </table>]]></content:encoded> <category>test</category> <pubDate>Mon, 30 Oct 2017 14:25:24 +0000</pubDate> <guid>http://bit.ly/18yyy</guid> </item> </channel> </rss> Code (markup): the end result something i can paste the data