<?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: Multples upload and custom folder in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58394#M35702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;our company has document titles like "200-0001" and description of "How to create a simulation model".&amp;nbsp;&amp;nbsp; I want to have the english-style name in the description, so people at least know what the document is before opening it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to hack a SQL script that would update the description record in the MySQL database:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;update alf_node_properties set string_value='How to create a simulation model' where qname='{&lt;A href="http://www.alfresco.org/model/content/1.0}description" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}description&lt;/A&gt;' and node_id=1870;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and the way I got 1870 is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;select distinct max(node_id), string_value from alf_node_properties&lt;BR /&gt;where string_value like '200-0001.htm'&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;this will only work if you have one document with that title on your cms. In my case I was screwed because previous deleted files don't disappear from the DB on their own.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;some DBAs would ask "why can't you nest the select query within the update". IT turns out that MySQL has a limitation preventing update queries that have correlated tables.&amp;nbsp; This is a royal pain, and I had to tediously match up the node ids with the titles of each document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still I have no solution for metadata within Alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 15:44:32 GMT</pubDate>
    <dc:creator>aatamer</dc:creator>
    <dc:date>2007-04-16T15:44:32Z</dc:date>
    <item>
      <title>Multples upload and custom folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58387#M35695</link>
      <description>Hi, it is possible to upload all the files that are inside of a folder?, and how can i add different meta data fields to different foldersthanks,</description>
      <pubDate>Wed, 28 Feb 2007 17:01:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58387#M35695</guid>
      <dc:creator>gutierrez_ge</dc:creator>
      <dc:date>2007-02-28T17:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multples upload and custom folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58388#M35696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i was reading some stuff and i found this…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;config evaluator="string-compare" condition="Space Wizards"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;folder-types&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type name="my:wikiSpace" [icon="/images/icons/wikiSpace_large.gif"]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [description-id="wikispace_desc"] [description="Inline description of a wiki space"] [display-label="Wiki Space"] [display-label-id="wikispace"] /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/folder-types&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/config&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;how that code relations with adding new metadata to a specific folder?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 18:28:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58388#M35696</guid>
      <dc:creator>gutierrez_ge</dc:creator>
      <dc:date>2007-02-28T18:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multples upload and custom folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58389#M35697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To upload all assets within a folder, you can zip the folder up and then use the Bulk Import option under the Create menu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 23:38:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58389#M35697</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2007-02-28T23:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multples upload and custom folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58390#M35698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks kevin, and for the second question? it is possible to set different meta data fields to different folders??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 23:41:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58390#M35698</guid>
      <dc:creator>gutierrez_ge</dc:creator>
      <dc:date>2007-02-28T23:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multples upload and custom folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58391#M35699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alas, not presently in the GUI.&amp;nbsp; This is available from the API only until our 2.1 release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 00:05:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58391#M35699</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2007-03-01T00:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multples upload and custom folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58392#M35700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ohh i see, well, where i can found documentation about dinamyc combo boxes, i mean i need to load some especific metadata accordingly with the selected option, i mean i'm filling out description and author and then i&amp;nbsp; need to chose one option of a combobox and then if i chose option1 then i will show fields like name and address and if i chose option2 i will show fields like country and city but not name and adress.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks guys,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 00:20:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58392#M35700</guid>
      <dc:creator>gutierrez_ge</dc:creator>
      <dc:date>2007-03-01T00:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multples upload and custom folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58393#M35701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;To upload all assets within a folder, you can zip the folder up and then use the Bulk Import option under the Create menu.&lt;BR /&gt;&lt;BR /&gt;Kevin&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to find that option but it is not existant in my 2.0C Alfresco at least. Any more guidelines of how to do bulk upload using the Web Client?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 12:02:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58393#M35701</guid>
      <dc:creator>alexandra</dc:creator>
      <dc:date>2007-04-16T12:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multples upload and custom folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58394#M35702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;our company has document titles like "200-0001" and description of "How to create a simulation model".&amp;nbsp;&amp;nbsp; I want to have the english-style name in the description, so people at least know what the document is before opening it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to hack a SQL script that would update the description record in the MySQL database:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;update alf_node_properties set string_value='How to create a simulation model' where qname='{&lt;A href="http://www.alfresco.org/model/content/1.0}description" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}description&lt;/A&gt;' and node_id=1870;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and the way I got 1870 is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;select distinct max(node_id), string_value from alf_node_properties&lt;BR /&gt;where string_value like '200-0001.htm'&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;this will only work if you have one document with that title on your cms. In my case I was screwed because previous deleted files don't disappear from the DB on their own.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;some DBAs would ask "why can't you nest the select query within the update". IT turns out that MySQL has a limitation preventing update queries that have correlated tables.&amp;nbsp; This is a royal pain, and I had to tediously match up the node ids with the titles of each document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still I have no solution for metadata within Alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 15:44:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multples-upload-and-custom-folder/m-p/58394#M35702</guid>
      <dc:creator>aatamer</dc:creator>
      <dc:date>2007-04-16T15:44:32Z</dc:date>
    </item>
  </channel>
</rss>

