<?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 read upload csv file and read the file and load into Database</title><link>https://community.appian.com/discussions/f/appian-community-edition/27979/how-to-read-upload-csv-file-and-read-the-file-and-load-into-database</link><description>Hello, 
 I have one requirement, I have to upload the file and after uploading, the file is read that file and Loaded into the database.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to read upload csv file and read the file and load into Database</title><link>https://community.appian.com/thread/113075?ContentTypeID=1</link><pubDate>Mon, 22 May 2023 07:10:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:72adf277-9eec-4a4c-adb8-5901a323e3b3</guid><dc:creator>Harsha</dc:creator><description>&lt;p&gt;I have a pre built PoC on this so as to make sure the data in the .csv file is captured and displayed in a grid.&lt;/p&gt;
&lt;p&gt;As told by Chaitanya, casting and indexing is needed to properly save the data in the DB.&lt;/p&gt;
&lt;p&gt;Also, I suggest to properly carry the requirements so that the CDT can be created in such a way that it can be reused.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read upload csv file and read the file and load into Database</title><link>https://community.appian.com/thread/109553?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 09:27:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:94415744-6fd5-4df9-95fc-38ff52b93b9e</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;&lt;span style="font-family:helvetica;"&gt;Hello&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/rahuls6048"&gt;rahuls6048&lt;/a&gt;,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:helvetica;"&gt;We have excel tools in the Appmarket. Let me elaborate the steps for better understanding.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:helvetica;"&gt;Step 1: Get the plugin form the App Market&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:helvetica;"&gt;step 2: Create an interface with file upload component and make sure you do not accept any other values than csv and xlsx format to avoid any errors.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:helvetica;"&gt;step 3: Write an expression rule using the function&amp;nbsp;readexcelsheet() and you will need to configure the parameters such as&amp;nbsp;excelDocument, sheetNumber, startRow, numberOfColumns. call this function in a local variable and use the .result notation. ex: readexcelsheet().result&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:helvetica;"&gt;Step 4: once you configure the above function you will have to determine how and what columns to be read. Create a cdt to store this data.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:helvetica;"&gt;you will have to index the data into your new cdt using the local variable which contains your data by writing a loop which will run the save casting. by doing this you can get all the data from your excel to cdt.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:helvetica;"&gt;step 5: Create a process model which will write the read excel data stored in your cdt to your db.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:helvetica;"&gt;I hope the steps will be of help.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read upload csv file and read the file and load into Database</title><link>https://community.appian.com/thread/109546?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 07:02:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5be2b77b-1ec7-43ec-b942-c17346f51615</guid><dc:creator>ujjwalr0002</dc:creator><description>&lt;p&gt;have you configured the interface(form) with your User input task?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read upload csv file and read the file and load into Database</title><link>https://community.appian.com/thread/109544?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 06:55:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:530d5919-be62-45a1-aaed-91fc3b5e5483</guid><dc:creator>rahuls6048</dc:creator><description>&lt;p&gt;&amp;nbsp;I have connected Task properly now and still facing the same issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/67/pastedimage1678949661094v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;when I click on the view form that redirects to a blank screen.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/67/pastedimage1678949745323v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read upload csv file and read the file and load into Database</title><link>https://community.appian.com/thread/109543?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 06:45:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a9b553a2-0726-48a3-9c60-56d18fc15c00</guid><dc:creator>ujjwalr0002</dc:creator><description>&lt;p&gt;As sanchit mention above, and the process is also showing a clear warning. I suggest you go through the Appian developer course.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/67/pastedimage1678949159932v1.png" /&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read upload csv file and read the file and load into Database</title><link>https://community.appian.com/thread/109542?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 06:44:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0abb8697-a84d-4010-bda5-d69d6d1091b2</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;&lt;span&gt;Have a look at the nodes in your process, they are not connected properly&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><item><title>RE: How to read upload csv file and read the file and load into Database</title><link>https://community.appian.com/thread/109541?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 06:39:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8a57718f-a9c8-45c8-b367-ae154f8143ba</guid><dc:creator>rahuls6048</dc:creator><description>&lt;p&gt;I tried import CSV to the database task and while debugging I am not getting file upload option&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/67/pastedimage1678948718832v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/67/pastedimage1678948747904v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read upload csv file and read the file and load into Database</title><link>https://community.appian.com/thread/109539?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 06:29:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2bce68f7-93f2-4dfc-9f05-8bf7c6f35386</guid><dc:creator>ujjwalr0002</dc:creator><description>&lt;p&gt;Try using import csv to database.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read upload csv file and read the file and load into Database</title><link>https://community.appian.com/thread/109537?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 06:24:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:47de39c2-2d5a-4289-85f3-d2d4ce4fa488</guid><dc:creator>rahuls6048</dc:creator><description>&lt;p&gt;Look like my process model and their settings are not correct.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/67/pastedimage1678947870578v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/67/pastedimage1678947902101v3.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read upload csv file and read the file and load into Database</title><link>https://community.appian.com/thread/109535?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 06:09:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:909a6f96-57a8-4a8e-ba4d-75bb616274ba</guid><dc:creator>ujjwalr0002</dc:creator><description>&lt;p&gt;What is the issue you are facing?&lt;/p&gt;
&lt;p&gt;Edit :&amp;nbsp;Try Using import CSV to Database.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read upload csv file and read the file and load into Database</title><link>https://community.appian.com/thread/109532?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 05:52:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7fada3e3-4dba-4c19-bab5-5d560f75f09e</guid><dc:creator>rahuls6048</dc:creator><description>&lt;p&gt;Hello Ujjwal,&lt;/p&gt;
&lt;p&gt;user needs to upload the file and I need to read that file in appain and load into database, can you please help me with this&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-discussions-components-files/67/DD_5F00_FileUpload_5F00_ProcessModel-_2D00_-Process-Model-Documentation.pdf"&gt;community.appian.com/.../DD_5F00_FileUpload_5F00_ProcessModel-_2D00_-Process-Model-Documentation.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/67/pastedimage1678946010407v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read upload csv file and read the file and load into Database</title><link>https://community.appian.com/thread/108837?ContentTypeID=1</link><pubDate>Sat, 04 Mar 2023 05:14:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bc8ef0c2-1f93-4930-8c8f-498b5e800563</guid><dc:creator>Naresh</dc:creator><description>&lt;p&gt;You can use excel tools plug-in which is available in appmarket&lt;/p&gt;
&lt;p&gt;1. Install excel tools plug-in in your Appian environment &lt;/p&gt;
&lt;p&gt;2. Create an Appian UI for user to upload the file &lt;/p&gt;
&lt;p&gt;3. Create a process and use import csv to database smart service to import csv data to table&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read upload csv file and read the file and load into Database</title><link>https://community.appian.com/thread/108835?ContentTypeID=1</link><pubDate>Sat, 04 Mar 2023 04:13:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b960df01-27e0-490f-9f54-c94d2dc22ab6</guid><dc:creator>ujjwalr0002</dc:creator><description>&lt;p&gt;Hi we have a plugin for that&amp;nbsp;&lt;a href="/b/appmarket/posts/excel-tools"&gt;https://community.appian.com/b/appmarket/posts/excel-tools&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>