<?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>CSV string</title><link>https://community.appian.com/discussions/f/general/22204/csv-string</link><description>I have a csv string which i am getting it from blueprism through integration. i need to perform some calculation based on this value, i need to iterate this string. but i am unable to iterate its taking as only one string, i want to iterate for each line</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: CSV string</title><link>https://community.appian.com/thread/154646?ContentTypeID=1</link><pubDate>Wed, 20 May 2026 04:28:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1dd2627c-debf-440f-87ff-60bbe683ce45</guid><dc:creator>motox3mx251126</dc:creator><description>&lt;p&gt;If you found this post to be enjoyable, please ensure that you subscribe to ensure that you do not miss any future posts &lt;a href="https://motox3m2.io"&gt;Moto X3m&lt;/a&gt;.&lt;/p&gt;
&lt;div id="gtx-trans" style="left:633px;position:absolute;top:-20px;"&gt;
&lt;div class="gtx-trans-icon"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CSV string</title><link>https://community.appian.com/thread/152907?ContentTypeID=1</link><pubDate>Wed, 24 Dec 2025 09:18:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:adfb9706-1ca4-4848-a321-4e1e0a212682</guid><dc:creator>hicllaienc</dc:creator><description>&lt;p&gt;Yes, first split lines by newline, then split each line &lt;span style="color:#000000;"&gt;&lt;a style="color:#000000;" href="https://moto-x3m.io"&gt;moto x3m&lt;/a&gt;&lt;/span&gt;&amp;nbsp;by commas.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CSV string</title><link>https://community.appian.com/thread/87306?ContentTypeID=1</link><pubDate>Tue, 26 Oct 2021 11:57:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:899e3fe1-96ca-47cd-bf49-7f29502dc453</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I would create a CDT matching the target data model. Then create an expression which turns the string into a list of that CDT. Then show&amp;nbsp;it to the user for editing and store it to DB later.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CSV string</title><link>https://community.appian.com/thread/87289?ContentTypeID=1</link><pubDate>Tue, 26 Oct 2021 08:51:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:96e00177-5493-41e1-9057-bfd86eb5f71a</guid><dc:creator>Patilgani</dc:creator><description>&lt;p&gt;I can do by related actions from&amp;nbsp; record.. but i have value from string&amp;nbsp;&lt;/p&gt;
&lt;div style="display:none;position:absolute;"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CSV string</title><link>https://community.appian.com/thread/87287?ContentTypeID=1</link><pubDate>Tue, 26 Oct 2021 07:26:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:11fac86f-01d8-4be9-96a5-05bb2838722c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This tutorial would be a good start&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/21.3/Records_Tutorial.html#part-3-define-your-record-views-and-actions"&gt;docs.appian.com/.../Records_Tutorial.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CSV string</title><link>https://community.appian.com/thread/87286?ContentTypeID=1</link><pubDate>Tue, 26 Oct 2021 07:15:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7e0559af-6861-42bd-a8be-a6edc9f75690</guid><dc:creator>Patilgani</dc:creator><description>&lt;p&gt;I have string called &amp;quot;abc:3&amp;quot; ,&amp;quot;xyz:4&amp;quot; , i want update yyy column &amp;quot;xyz:5&amp;quot;&amp;nbsp; it should update in database through process model, how to do.&lt;/p&gt;
&lt;p&gt;fyi:-&lt;/p&gt;
&lt;table style="border-collapse:collapse;width:144pt;" border="0" cellpadding="0" cellspacing="0" width="192"&gt;
&lt;tbody&gt;
&lt;tr style="height:15.0pt;"&gt;
&lt;td class="xl63" style="height:15.0pt;width:48pt;" height="20" width="64"&gt;id&lt;/td&gt;
&lt;td class="xl63" style="border-left:none;width:48pt;" width="64"&gt;xxx&lt;/td&gt;
&lt;td class="xl63" style="border-left:none;width:48pt;" width="64"&gt;yyy&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15.0pt;"&gt;
&lt;td class="xl63" style="border-top:none;height:15.0pt;" align="right" height="20"&gt;1&lt;/td&gt;
&lt;td class="xl63" style="border-left:none;border-top:none;"&gt;abc&lt;/td&gt;
&lt;td class="xl63" style="border-left:none;border-top:none;" align="right"&gt;3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15.0pt;"&gt;
&lt;td class="xl63" style="border-top:none;height:15.0pt;" align="right" height="20"&gt;2&lt;/td&gt;
&lt;td class="xl63" style="border-left:none;border-top:none;"&gt;xyz&lt;/td&gt;
&lt;td class="xl63" style="border-left:none;border-top:none;" align="right"&gt;4&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div style="display:none;position:absolute;"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CSV string</title><link>https://community.appian.com/thread/87001?ContentTypeID=1</link><pubDate>Fri, 15 Oct 2021 10:44:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:edca3478-c607-42e0-9477-9a1255e40ec3</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;First, use split to get the lines using &amp;quot;char(10)&amp;quot; as the delimiter. Then, in a foreach, use the comma delimiter to get the values for each line.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CSV string</title><link>https://community.appian.com/thread/86998?ContentTypeID=1</link><pubDate>Fri, 15 Oct 2021 07:17:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3cc50883-65a4-4be5-bac3-647e34d98149</guid><dc:creator>Patilgani</dc:creator><description>&lt;p&gt;i have many lines, in each line it is seperated by comma&amp;#39;s&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CSV string</title><link>https://community.appian.com/thread/86994?ContentTypeID=1</link><pubDate>Fri, 15 Oct 2021 02:20:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f1529ff-714e-4e6d-83d6-2ee5c61ac552</guid><dc:creator>hrishikeshd997</dc:creator><description>&lt;p&gt;You can use split() function which s&lt;span&gt;plits text into a list of text elements, delimited by the text specified in the separator. In your case delimiter is &amp;quot;,&amp;quot;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://docs.appian.com/suite/help/21.3/fnc_text_split.html"&gt;https://docs.appian.com/suite/help/21.3/fnc_text_split.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;split(&amp;quot;ABC,ABC,2,06:00:00,18:00:00,0.5,3
XYZ,XYZ,3,06:00:00,18:00:00,0.5,3&amp;quot;, &amp;quot;,&amp;quot;)&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This will return individual elements from your original string that are separated by comma. You can then use a!foreach() to iterate over each element.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>