<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how Can we change the output format to CSV instead of HTML ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-change-the-output-format-to-csv-instead-of-html/m-p/211434#M164564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I resolve my Problem,There is no mime type for generate CSV file and we can't generate CSV file by using webscripts also &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;after generated the HTML file format using webscript then you can copy the output and paste in notepad after that copy the content in notepad and open MS Excel sheet and paste whatevere copied in notepad and save as the file with the extension as comma delimited(CSV) thats all.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jun 2010 08:46:57 GMT</pubDate>
    <dc:creator>raghu462</dc:creator>
    <dc:date>2010-06-10T08:46:57Z</dc:date>
    <item>
      <title>how Can we change the output format to CSV instead of HTML ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-change-the-output-format-to-csv-instead-of-html/m-p/211429#M164559</link>
      <description>how can we change the output of webscript to CSV file instead of html?following are corresponding ftl and webscript files——————————————————————————————————————————-&amp;lt;#macro recurse_macro node depth&amp;gt;&amp;nbsp; &amp;lt;#if node.isContainer&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;${node.properties.name}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td</description>
      <pubDate>Tue, 20 Apr 2010 09:54:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-we-change-the-output-format-to-csv-instead-of-html/m-p/211429#M164559</guid>
      <dc:creator>raghu462</dc:creator>
      <dc:date>2010-04-20T09:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: how Can we change the output format to CSV instead of HTML ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-change-the-output-format-to-csv-instead-of-html/m-p/211430#M164560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to indicate the response format in the web script description.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The FTL file should have the name: recursive.get.csv.ftl and the description file should have the name: recursive.get.desc.xml. The 'recursive' part can be set to anything you want. The '.get' indicates the protocol, the '.csv' part indicates the returned format, and the '.ftl' part indicates the format of the file itself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 14:19:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-we-change-the-output-format-to-csv-instead-of-html/m-p/211430#M164560</guid>
      <dc:creator>invictus9</dc:creator>
      <dc:date>2010-04-20T14:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: how Can we change the output format to CSV instead of HTML ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-change-the-output-format-to-csv-instead-of-html/m-p/211431#M164561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I changed the FTL file name as recrsive.get.csv.ftl whenever executing the file it's showing following exception please suggest me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Web Script /alfresco/service/sample/recurse/{recurse} has responded with a status of 500 - Internal Error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;500 Description:&amp;nbsp;&amp;nbsp;&amp;nbsp;An error inside the HTTP server which prevented it from fulfilling the request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Message:&amp;nbsp;&amp;nbsp;&amp;nbsp;IO Error during processing of the template 'org/alfresco/sample/recurse.get.html.ftl'. Please contact your system administrator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Exception:&amp;nbsp;&amp;nbsp;&amp;nbsp;java.io.FileNotFoundException - Template org/alfresco/sample/recurse.get.html.ftl not found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;freemarker.template.Configuration.getTemplate(Configuration.java:489)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;freemarker.template.Configuration.getTemplate(Configuration.java:452)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.repo.template.FreeMarkerProcessor.process(FreeMarkerProcessor.java:193)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.web.scripts.AbstractWebScript.renderTemplate(AbstractWebScript.java:329)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.web.scripts.DeclarativeWebScript.renderFormatTemplate(DeclarativeWebScript.java:232)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.web.scripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:158)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.web.scripts.WebScriptRuntime.wrappedExecute(WebScriptRuntime.java:342)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.web.scripts.WebScriptRuntime.authenticatedExecute(WebScriptRuntime.java:308)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.web.scripts.WebScriptRuntime$1.execute(WebScriptRuntime.java:163)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:225)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:155)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.web.scripts.WebScriptRuntime.executeScript(WebScriptRuntime.java:174)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.web.scripts.WebScriptServlet.service(WebScriptServlet.java:109)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;javax.servlet.http.HttpServlet.service(HttpServlet.java:803)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;java.lang.Thread.run(Thread.java:595)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Exception:&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.service.cmr.repository.TemplateException - IO Error during processing of the template 'org/alfresco/sample/recurse.get.html.ftl'. Please contact your system administrator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.repo.template.FreeMarkerProcessor.process(FreeMarkerProcessor.java:220)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 14:50:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-we-change-the-output-format-to-csv-instead-of-html/m-p/211431#M164561</guid>
      <dc:creator>raghu462</dc:creator>
      <dc:date>2010-04-20T14:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: how Can we change the output format to CSV instead of HTML ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-change-the-output-format-to-csv-instead-of-html/m-p/211432#M164562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;please anybody&amp;nbsp; give me reply.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Apr 2010 13:33:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-we-change-the-output-format-to-csv-instead-of-html/m-p/211432#M164562</guid>
      <dc:creator>raghu462</dc:creator>
      <dc:date>2010-04-25T13:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: how Can we change the output format to CSV instead of HTML ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-change-the-output-format-to-csv-instead-of-html/m-p/211433#M164563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In web scripts it is important that the files that go together have the same root name. In your example, you have a web script called "recurse" which cannot find the formatting file called recurse.get.csv.ftl – this is because you named the file recrsive.get.csv.ftl. It needs to be named recurse.get.csv.ftl&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2010 19:04:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-we-change-the-output-format-to-csv-instead-of-html/m-p/211433#M164563</guid>
      <dc:creator>invictus9</dc:creator>
      <dc:date>2010-04-27T19:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: how Can we change the output format to CSV instead of HTML ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-change-the-output-format-to-csv-instead-of-html/m-p/211434#M164564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I resolve my Problem,There is no mime type for generate CSV file and we can't generate CSV file by using webscripts also &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;after generated the HTML file format using webscript then you can copy the output and paste in notepad after that copy the content in notepad and open MS Excel sheet and paste whatevere copied in notepad and save as the file with the extension as comma delimited(CSV) thats all.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 08:46:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-we-change-the-output-format-to-csv-instead-of-html/m-p/211434#M164564</guid>
      <dc:creator>raghu462</dc:creator>
      <dc:date>2010-06-10T08:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: how Can we change the output format to CSV instead of HTML ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-change-the-output-format-to-csv-instead-of-html/m-p/211435#M164565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I resolve my Problem,There is no mime type for generate CSV file and we can't generate CSV file by using webscripts also &lt;BR /&gt;after generated the HTML file format using webscript then you can copy the output and paste in notepad after that copy the content in notepad and open MS Excel sheet and paste whatevere copied in notepad and save as the file with the extension as comma delimited(CSV) thats all.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Whoops. I'm sorry for misleading you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another alternative would have been to use XML export, as Microsoft Excel is able to read XML files directly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 15:28:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-we-change-the-output-format-to-csv-instead-of-html/m-p/211435#M164565</guid>
      <dc:creator>invictus9</dc:creator>
      <dc:date>2010-06-10T15:28:43Z</dc:date>
    </item>
  </channel>
</rss>

