<?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 parse Excel data into Appian objects?</title><link>https://community.appian.com/discussions/f/general/14046/how-to-parse-excel-data-into-appian-objects</link><description>Hi, 
 I am using 18.3 version. My requirement is to parse data from excel and display it in a report. 
 But in 18.3 version, I could not find &amp;#39;Import CSV to Database&amp;#39; smart service.Which smart service/function should I use ? Please let me know how can</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to parse Excel data into Appian objects?</title><link>https://community.appian.com/thread/65317?ContentTypeID=1</link><pubDate>Thu, 21 Mar 2019 21:27:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:08b6fa66-92ac-4a1b-a6a1-8247820027d3</guid><dc:creator>Pramod Kumar Reddy Uppula</dc:creator><description>Hi Abhishek,&lt;br /&gt;
I am using the same function, but the date and boolean fields are not getting stored to the database when uploading an excel document. Can you please tell me the format of the date fields and boolean fields to be in the excel sheet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks in Advance&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to parse Excel data into Appian objects?</title><link>https://community.appian.com/thread/63721?ContentTypeID=1</link><pubDate>Mon, 31 Dec 2018 06:00:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8b6cae6-4157-4399-9468-9e013da9057f</guid><dc:creator>Vinay Katta</dc:creator><description>&lt;p&gt;We are in 18.3 as well, I could see it in using the new search feature to search smart services in our process models.&lt;br /&gt;It might not be listed in the plugin page but try searching in your environment.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to parse Excel data into Appian objects?</title><link>https://community.appian.com/thread/63719?ContentTypeID=1</link><pubDate>Mon, 31 Dec 2018 04:15:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:72fee253-3e9b-46f0-8919-8501a5f6f2bc</guid><dc:creator>someshwarp</dc:creator><description>Hi Sai,&lt;br /&gt;
&lt;br /&gt;
To use &amp;#39;Import CSV to Database&amp;#39;  you can get it as a plugin by downloading the jar &amp;quot;com.appiancorp.ps.exceltools-2.2.3.jar&amp;quot;.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to parse Excel data into Appian objects?</title><link>https://community.appian.com/thread/63718?ContentTypeID=1</link><pubDate>Sat, 29 Dec 2018 14:06:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:691fa147-5206-40a0-9a71-1a35108af66d</guid><dc:creator>garym</dc:creator><description>Is the Parse Excel To CDT still available as part of the Excel Tools plug-in?  I don&amp;#39;t see it anymore.  We are on v18.3.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to parse Excel data into Appian objects?</title><link>https://community.appian.com/thread/63717?ContentTypeID=1</link><pubDate>Sat, 29 Dec 2018 06:37:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:282af27f-9a8b-4660-9504-d955ac028c46</guid><dc:creator>Vinay Katta</dc:creator><description>&lt;p&gt;The &lt;strong&gt;Parse Excel To CDT&lt;/strong&gt; smart service can be used for this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. Create a CDT as per the excel sheet data&lt;/p&gt;
&lt;p&gt;2. Modify the excel template to include CDT column names in the 1st row, the order&amp;nbsp;of columns don&amp;#39;t matter&lt;/p&gt;
&lt;p&gt;3. It&amp;#39;s preferable to have the excel sheet protected and hide/lock the 1st row to prevent any modification of the 1st row. This is not mandatory.&lt;/p&gt;
&lt;p&gt;4. Use CDT object data in report&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please let me know if you face any issues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to parse Excel data into Appian objects?</title><link>https://community.appian.com/thread/63661?ContentTypeID=1</link><pubDate>Thu, 27 Dec 2018 04:46:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9c88d9d5-48ef-4278-a93e-2d3a8b299bb6</guid><dc:creator>Abhishek Manjunath</dc:creator><description>Hey Sai,&lt;br /&gt;
&lt;br /&gt;
-You can find the &amp;#39;import CSV to Database&amp;#39; smart service in the smart service palette under Excel tools section.&lt;br /&gt;
&lt;br /&gt;
 OR&lt;br /&gt;
&lt;br /&gt;
-if you need Appian intervention in between you can use the below function&lt;br /&gt;
&lt;br /&gt;
readexcelsheet(&lt;br /&gt;
  excelDocument:ri!doc,&lt;br /&gt;
  sheetNumber:0,&lt;br /&gt;
  startRow:0&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
-ri!doc will be your Excel document which you can send from process model to your rule. &lt;br /&gt;
-By setting   sheetNumber, startRow you will be esured to read the whole excel sheet for the specified sheet.&lt;br /&gt;
-This would return a dictionary which you can store it later into DB.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>