<?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>Dictionary to Excel/CSV</title><link>https://community.appian.com/discussions/f/data/29979/dictionary-to-excel-csv</link><description>Hi good day, 
 I&amp;#39;m trying to create a download csv/excel file from a list of dictionary from my data. 1st Step - Fetch Data from DSE 2nd Step - Transform Fetched Data to Specific Dictionary (with Formula). 3rd Step - Convert Transformed Data (Dictionary</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Dictionary to Excel/CSV</title><link>https://community.appian.com/thread/119301?ContentTypeID=1</link><pubDate>Fri, 15 Sep 2023 10:21:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f92011a-aea3-4d3d-97c3-9bdb54a817dc</guid><dc:creator>fredlcl</dc:creator><description>&lt;p&gt;Hi this could actually work but I forgot to mention in the question that I have a template in my data and I&amp;#39;ve used Export CDT to Excel and works perfectly fine for me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dictionary to Excel/CSV</title><link>https://community.appian.com/thread/119300?ContentTypeID=1</link><pubDate>Fri, 15 Sep 2023 10:19:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:52ff9d1a-96de-4c73-969d-1a46707481da</guid><dc:creator>fredlcl</dc:creator><description>&lt;p&gt;Hi All this question is already answered (research and experiments). I&amp;#39;ve used Export CDT to Excel which is much more applicable for my target conversion.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dictionary to Excel/CSV</title><link>https://community.appian.com/thread/119103?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2023 15:51:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9315f4da-a1ab-4d9b-ac01-f189c0f2b2b7</guid><dc:creator>antoniol0008</dc:creator><description>&lt;p&gt;Hi you can use&amp;nbsp;Export Data Store Entity to Excel Smart Service or&amp;nbsp;Export Data Store Entity to CSV Smart Service (&lt;a href="https://docs.appian.com/suite/help/23.3/Export_To_Excel_Smart_Service.html"&gt;https://docs.appian.com/suite/help/23.3/Export_To_Excel_Smart_Service.html&lt;/a&gt;) in the documentation link you can find an example of how you ca do this in the interface.&lt;/p&gt;
&lt;p&gt;If you have your data in a grid in interface or in any other place you can do a button &amp;quot;Generate CSV&amp;quot; that call a start process. In this start process you call first a rule that create a csv string (in the first row all columns name, splitted by , or ; and in the following rows your data splitted with the same convention of first row), then call the&amp;nbsp;Text Doc From Template Smart Service (&lt;a href="https://docs.appian.com/suite/help/23.1/Text_Doc_From_Template_Smart_Service.html"&gt;https://docs.appian.com/suite/help/23.1/Text_Doc_From_Template_Smart_Service.html&lt;/a&gt;) and !important! provide as a template file an excel file! At the end of the process, in the interface you call the result, better the id of the generated document using&amp;nbsp;fv!processInfo.pp.generatedDocId (in OnSuccess section of startProcess function you called in terface).&lt;/p&gt;
&lt;p&gt;You can save this id in a local on your interface and show a link (show if this local is not null) &amp;quot;Download Csv&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dictionary to Excel/CSV</title><link>https://community.appian.com/thread/119075?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2023 11:39:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0cc7d343-61d4-47a2-b8ef-5e958ac28818</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Harshita&amp;#39;s&amp;nbsp;answer is probably the best approach. To further minimize load on Appian, you could also use stored procedures or regular SQL to transform the database within the database itself instead of loading the data in Appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dictionary to Excel/CSV</title><link>https://community.appian.com/thread/119020?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2023 05:49:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c34e5dbe-2368-47fc-a52a-93d749369f73</guid><dc:creator>Harshitha Mangamuri</dc:creator><description>&lt;div class="quote-header"&gt;&lt;/div&gt;
&lt;p&gt;Hello, The&amp;nbsp;&lt;span&gt;Converted transformed Data (Dictionary) can be saved intp a temporary table and then use that table data in&amp;nbsp; Export SQL to Excel smart service plugin to generate the excel document. Once the file is generated delete the data added in the table.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>