<?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>Best Practice to write data from Excel to Database</title><link>https://community.appian.com/discussions/f/best-practices/14209/best-practice-to-write-data-from-excel-to-database</link><description>Hello All, 
 
 I have a scenario, where i am trying to write 1,00,000+ rows of data from Excel to my Database. 
 Can anyone suggest me on what is the best practice to do this? 
 
 Thanks.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Best Practice to write data from Excel to Database</title><link>https://community.appian.com/thread/64231?ContentTypeID=1</link><pubDate>Fri, 25 Jan 2019 07:27:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e6a100aa-c500-42c0-93b8-011012e9bcd4</guid><dc:creator>Appian Boy</dc:creator><description>&lt;p&gt;The best approach is to use the csv smart service to directly load the data and store to the db (Smart Service: Import CSV to Database).&lt;/p&gt;
&lt;p&gt;&lt;a href="/w/the-appian-playbook/188/transferring-processing-large-data-sets-etl"&gt;https://community.appian.com/w/the-appian-playbook/188/transferring-processing-large-data-sets-etl&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://community.appian.com/w/the-appian-playbook/188/transferring-processing-large-data-sets-etl"&gt;community.appian.com/.../transferring-processing-large-data-sets-etl&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best Practice to write data from Excel to Database</title><link>https://community.appian.com/thread/64229?ContentTypeID=1</link><pubDate>Fri, 25 Jan 2019 07:10:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f2eb31f4-bea2-41a0-873a-1c87784bb9ca</guid><dc:creator>chandu</dc:creator><description>Hi Saik,&lt;br /&gt;
I would like to add a point on the top of Marcel paradies suggestions.&lt;br /&gt;
If you want to do it via write to data store entity&lt;br /&gt;
1. Try to Execute on batches.&lt;br /&gt;
2. Its good to write to Intermediate table first and then to Actual Table.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best Practice to write data from Excel to Database</title><link>https://community.appian.com/thread/64203?ContentTypeID=1</link><pubDate>Thu, 24 Jan 2019 22:31:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e30d1cee-d8d5-4a17-9e23-3caaf9512bd0</guid><dc:creator>Marcel Paradies</dc:creator><description>&lt;p&gt;Is this a one-time batch import or a regular occurence?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If it is a one time batch-import, your DBA would probably be able to help you use the DB&amp;#39;s specific tools (e.g. SSMS for MSSQL) and get that done painlessly for you.&lt;/li&gt;
&lt;li&gt;If it&amp;#39;s a regular occurrence, I would ideally use specialised tools and orchestrate the workflow with Appian if and when required.&lt;/li&gt;
&lt;li&gt;If, for some reason, you want to do this batch-import in Appian, you could transform/save as the Excel as a csv, split the rows and then write to datastore the individual elements of the row mapped to the requisite CDT. While this works in principle I&amp;#39;m not certain this is something I would do with the amount of data you are talking about.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>