<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged exportfiles</title>
<link>https://overflow.efficy.io/?qa=tag/exportfiles</link>
<description>Powered by Question2Answer</description>
<item>
<title>How can we get the real bytes of an attachment from the FILES.STREAM with .NET soap</title>
<link>https://overflow.efficy.io/?qa=4681/how-real-bytes-attachment-from-the-files-stream-with-net-soap</link>
<description>&lt;p&gt;with &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;EfficySession s = new EfficySession(...)
var dt = s.ExecuteSQLQuery(&quot;select * from ArdisICT.FILES WHERE K_TABLE=31000 AND K_1=:param1&quot;, 1, true, p2);
foreach (DataRow r in dt.Rows)
{
   string fname = r[&quot;PATH&quot;].ToString();
   string streamv = r[&quot;STREAM&quot;].ToString();
   byte[] bytes = s.ConvertFromBase64Attachment(streamv);
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;In bytes I get the zlib compressed data, but how can I get the right decompressed data?&lt;/p&gt;

&lt;p&gt;Or can I use soap method similar to Efficy.getFileStream ?&lt;/p&gt;
</description>
<category>Remote API (JSON, SOAP, Node)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4681/how-real-bytes-attachment-from-the-files-stream-with-net-soap</guid>
<pubDate>Mon, 12 Aug 2019 11:57:31 +0000</pubDate>
</item>
<item>
<title>Datasynchro Export to CSV</title>
<link>https://overflow.efficy.io/?qa=4142/datasynchro-export-to-csv</link>
<description>&lt;p&gt;I'm looking for an example how to export Efficy content to CSV File using Datasynchro&lt;br&gt;
In Efficy Help I found only an example to export to Excel file&lt;/p&gt;

&lt;p&gt;Thanks &lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4142/datasynchro-export-to-csv</guid>
<pubDate>Wed, 24 Apr 2019 08:39:17 +0000</pubDate>
</item>
<item>
<title>Efficy 2014 - apply document filter on exportfiles function</title>
<link>https://overflow.efficy.io/?qa=996/efficy-2014-apply-document-filter-on-exportfiles-function</link>
<description>&lt;p&gt;Hi,&lt;br&gt;
The function ExportFiles in Project consul exports all documents linked to the project. My customer would like to have this function using il any, the documents filter?&lt;br&gt;
How can this be done?&lt;br&gt;
Best regards&lt;br&gt;
Anne&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=996/efficy-2014-apply-document-filter-on-exportfiles-function</guid>
<pubDate>Fri, 04 Dec 2015 12:09:14 +0000</pubDate>
</item>
</channel>
</rss>