<?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>Log reader</title><link>https://community.appian.com/discussions/f/general/28949/log-reader</link><description>Hi, are there any options in the readcsvlog plugin to extract specific columns? And how that csv can be stored in a table?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Log reader</title><link>https://community.appian.com/thread/115019?ContentTypeID=1</link><pubDate>Mon, 26 Jun 2023 07:49:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:52a7f730-a2a5-4c89-a570-ad16dfec8cb9</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;I don&amp;#39;t think there is any such plugin available.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log reader</title><link>https://community.appian.com/thread/115009?ContentTypeID=1</link><pubDate>Mon, 26 Jun 2023 07:10:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:350c44e5-3c9d-46a5-abc9-c196c0149ef9</guid><dc:creator>ShaliniD</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you help me to read the historical logout files which are in the .gv format? Is there any plugin for that?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log reader</title><link>https://community.appian.com/thread/114243?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 09:15:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c26ce5d0-006f-4c8d-8c65-f9b5e76001c6</guid><dc:creator>ShaliniD</dc:creator><description>&lt;p&gt;Sorry I used values while reading excel but now I got it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log reader</title><link>https://community.appian.com/thread/114242?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 09:12:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c9528fde-3696-48d0-acb8-b03b13507e3b</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;The error message is pretty clear, cannot index property&amp;nbsp;&lt;strong&gt;&amp;#39;values&amp;#39;&lt;/strong&gt; as there is no such property. Just use fv!item[1], fv!item[2]...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log reader</title><link>https://community.appian.com/thread/114240?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 09:01:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:946613b2-bdb2-4e75-bae6-60a5e8dd8d81</guid><dc:creator>ShaliniD</dc:creator><description>&lt;p&gt;Thanks for that. Now suppose I am saving these values in a CDT. I assign each column to particular fields, but why does it give me an error?&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1686646839257v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log reader</title><link>https://community.appian.com/thread/114236?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 08:36:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:edfc7635-fcdd-468f-a5db-9317f13e6a2f</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;index() function can take list of indexes...&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt;a!forEach(
  items: readcsvlog(csvPath: &amp;quot;login-audit.csv&amp;quot;).rows,
  expression: index(split(fv!item, &amp;quot;,&amp;quot;), {1,2,3}, {})
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log reader</title><link>https://community.appian.com/thread/114234?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 08:31:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c13b0d02-d1f1-4b6c-91ba-59feccde5aad</guid><dc:creator>ShaliniD</dc:creator><description>&lt;p&gt;But how to extract suppose 4 columns at one go?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log reader</title><link>https://community.appian.com/thread/114233?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 08:22:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:282d29f3-54ac-4aa2-9be7-7a4e952d42c0</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;Why not just index them&amp;nbsp;explicitly&amp;nbsp;in a rule?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt;a!forEach(
  items: readcsvlog(csvPath: &amp;quot;login-audit.csv&amp;quot;).rows,
  expression: index(split(fv!item, &amp;quot;,&amp;quot;), 3, {})
)&lt;/pre&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log reader</title><link>https://community.appian.com/thread/114226?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 07:39:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db751f11-5c7e-43b8-a05c-ee72414f9830</guid><dc:creator>ShaliniD</dc:creator><description>&lt;p&gt;Can you help on how to extract specific columns?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log reader</title><link>https://community.appian.com/thread/114221?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 07:08:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d4f5894e-aff4-4203-ae12-b163cdc7c2d8</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Csv can be stored in a table using the Excel tools plugin. Find it here -&amp;nbsp;&lt;a href="https://community.appian.com/b/appmarket/posts/excel-tools"&gt;community.appian.com/.../excel-tools&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log reader</title><link>https://community.appian.com/thread/114217?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 07:00:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19ceab81-9c9a-4d1a-ac4f-344fe616002c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;When you download the plugin from the app market, it should include the documentation.&lt;/p&gt;
&lt;p&gt;To store that data to your database, create a record with the required fields and create a scheduled process that reads the log and stores the data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>