<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to remove | from a text and create an array</title><link>https://community.appian.com/discussions/f/general/28087/how-to-remove-from-a-text-and-create-an-array</link><description>Hi 
 I Am having value as &amp;quot;USA|UK|Canada&amp;quot; like this but i want to remove the &amp;quot;|&amp;quot; from the text and create a array as {USA,UK,Canada} so that i can write data into DB as each entry. 
 Can someone help here</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to remove | from a text and create an array</title><link>https://community.appian.com/thread/109447?ContentTypeID=1</link><pubDate>Wed, 15 Mar 2023 12:16:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d89a313-e69c-43c6-88d1-ab7dc8e6e118</guid><dc:creator>aditya007</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;split(
  &amp;quot;USA|UK|Canada&amp;quot;,
  &amp;quot;|&amp;quot;
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>