<?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 Reporting the full folder structure, with number of docs in each folder in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/reporting-the-full-folder-structure-with-number-of-docs-in-each/m-p/291389#M244519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to create a report that will extract from my existing installation of Alfresco (4.0.0 Community Edition):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- The full folder structure / hierarchy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- For each folder, the number of files and optionally other useful stats if possible (size of the folder, list of file names, etc.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the best way of achieving this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2014 01:20:41 GMT</pubDate>
    <dc:creator>ultimatebiker</dc:creator>
    <dc:date>2014-04-25T01:20:41Z</dc:date>
    <item>
      <title>Reporting the full folder structure, with number of docs in each folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reporting-the-full-folder-structure-with-number-of-docs-in-each/m-p/291389#M244519</link>
      <description>I need to create a report that will extract from my existing installation of Alfresco (4.0.0 Community Edition):- The full folder structure / hierarchy- For each folder, the number of files and optionally other useful stats if possible (size of the folder, list of file names, etc.)What is the best w</description>
      <pubDate>Fri, 25 Apr 2014 01:20:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reporting-the-full-folder-structure-with-number-of-docs-in-each/m-p/291389#M244519</guid>
      <dc:creator>ultimatebiker</dc:creator>
      <dc:date>2014-04-25T01:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting the full folder structure, with number of docs in each folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reporting-the-full-folder-structure-with-number-of-docs-in-each/m-p/291390#M244520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Create simple script or webscript which will traverse through your folder hierarchy read all information and generate file based on that information in alfresco repository.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 05:16:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reporting-the-full-folder-structure-with-number-of-docs-in-each/m-p/291390#M244520</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2014-04-25T05:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting the full folder structure, with number of docs in each folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reporting-the-full-folder-structure-with-number-of-docs-in-each/m-p/291391#M244521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is an alternate way if you require information in XML format. You can export ACP of the folder for which you require detail and inside the generated ACP, it contains the XML file mentioning the whole folder hierarchy and contents inside it along with its properties. If you want to generate some User readable report then it will require to parse the XML and fetch the details to show appropriately. You can take a look at import ACP functionality to get understanding of it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The approach mentioned by Mits will just require to create a webscript, while the one i mentioned requires bit of a processing but mentioned it over here as i think that it is also an alternate way to get this done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 12:55:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reporting-the-full-folder-structure-with-number-of-docs-in-each/m-p/291391#M244521</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2014-04-25T12:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting the full folder structure, with number of docs in each folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reporting-the-full-folder-structure-with-number-of-docs-in-each/m-p/291392#M244522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, but even though I am a developer and would definitely be able to implement these solutions, I am an Alfresco beginner and I need a bit more details on these two solutions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Where do I start to create a script or a web script, or an ACP?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Is there any example of directory traversal available? I am probably not the first person who wants to do this, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ah, and my requirements became a bit clearer today. In each directory I will need to compute:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) The number of files&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) The total size of the files in the folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) The total number of PAGES, from all the files in the folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has any tip on how to do this, I'd be very grateful!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 19:15:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reporting-the-full-folder-structure-with-number-of-docs-in-each/m-p/291392#M244522</guid>
      <dc:creator>ultimatebiker</dc:creator>
      <dc:date>2014-04-25T19:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting the full folder structure, with number of docs in each folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reporting-the-full-folder-structure-with-number-of-docs-in-each/m-p/291393#M244523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may probably want to go with webscript option. Refer this link which will help you o get understanding about webscripts in alfresco - &lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/webscripts/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series-tutorials/webscripts/tutorial/tutorial.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Apr 2014 02:28:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reporting-the-full-folder-structure-with-number-of-docs-in-each/m-p/291393#M244523</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2014-04-26T02:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting the full folder structure, with number of docs in each folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reporting-the-full-folder-structure-with-number-of-docs-in-each/m-p/291394#M244524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, thank you for your help Ramesh!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Apr 2014 00:39:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reporting-the-full-folder-structure-with-number-of-docs-in-each/m-p/291394#M244524</guid>
      <dc:creator>ultimatebiker</dc:creator>
      <dc:date>2014-04-27T00:39:09Z</dc:date>
    </item>
  </channel>
</rss>

