<?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 XML Imports in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/xml-imports/m-p/106001#M74150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am a newbie to Alfresco, so I'll apologize for that now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am at my wits end when it comes to importing.&amp;nbsp;&amp;nbsp; I have the Community Edition of Alfresco 2.1.&amp;nbsp; MySQL 5.0 Community Edition, and running on Linux.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created some new content types, and I entered data for these new content types manually with the Alfresco 2.1 web-app.&amp;nbsp;&amp;nbsp; I then exported these 3-4 items out to an ACP file, unzippd that file, and looked at the XML file so I can reverse engineer it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created one new XML file for one piece of new content, and it imported just fine.&amp;nbsp;&amp;nbsp; Now, I created a huge XML file with 3800+ items, and 3800+ matching HTML content.&amp;nbsp;&amp;nbsp; When I import the ACP file, I get an error that the date: 2015-01-01 can't b converted to a string.&amp;nbsp;&amp;nbsp; The format of yyyy/MM/dd should meet the iso requirements for a date format.&amp;nbsp;&amp;nbsp; So, why am I getting this error????????????&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need any more information from me?&amp;nbsp; Please let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2007 16:54:33 GMT</pubDate>
    <dc:creator>tjholmes</dc:creator>
    <dc:date>2007-07-17T16:54:33Z</dc:date>
    <item>
      <title>XML Imports</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-imports/m-p/106001#M74150</link>
      <description>I am a newbie to Alfresco, so I'll apologize for that now.I am at my wits end when it comes to importing.&amp;nbsp;&amp;nbsp; I have the Community Edition of Alfresco 2.1.&amp;nbsp; MySQL 5.0 Community Edition, and running on Linux.I created some new content types, and I entered data for these new content types manually with</description>
      <pubDate>Tue, 17 Jul 2007 16:54:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-imports/m-p/106001#M74150</guid>
      <dc:creator>tjholmes</dc:creator>
      <dc:date>2007-07-17T16:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: XML Imports</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-imports/m-p/106002#M74151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Reverse engineering is always fun &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; The ISO date format used in ACP files is quite strict (well it is generated) such as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2007-07-05T17:44:45.322+02:00&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So make sure your XML file has the same date format&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;YYYY-MM-DDTHH:MM&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;S.MMM+ZZ:ZZ&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can google for the date format for more info.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&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, 18 Jul 2007 09:57:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-imports/m-p/106002#M74151</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-07-18T09:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: XML Imports</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-imports/m-p/106003#M74152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thankfully, Alfresco is open source and I can change the internal code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The fact that I have to use this restrictive form isn't very good.&amp;nbsp;&amp;nbsp; If I have a data such as 2007-01-01 … and it would parse correctly in Java … then internally within the import, the conversion to the ISO format should be done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In any event, I did Google this ISO format and found the Java code I needed to convert my java.util.Data to a string in this ISO format.&amp;nbsp; From all the questions on this issue, you'd think the documentation would be a lot better.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 16:47:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-imports/m-p/106003#M74152</guid>
      <dc:creator>tjholmes</dc:creator>
      <dc:date>2007-07-18T16:47:32Z</dc:date>
    </item>
  </channel>
</rss>

