<?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: problem with file schemas during export from 5.4.2 to 5.7 in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/problem-with-file-schemas-during-export-from-5-4-2-to-5-7/m-p/323145#M10146</link>
    <description>&lt;P&gt;The SQL used to update the field is&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2013 14:50:01 GMT</pubDate>
    <dc:creator>pibou_Bouvret</dc:creator>
    <dc:date>2013-10-14T14:50:01Z</dc:date>
    <item>
      <title>problem with file schemas during export from 5.4.2 to 5.7</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-with-file-schemas-during-export-from-5-4-2-to-5-7/m-p/323140#M10141</link>
      <description>&lt;P&gt;Hi
still in the process of migrating from 5.4.2 to 5.7, i have a problem with documents exported :
the file schema has changed :
the &lt;STRONG&gt;file:content filename&lt;/STRONG&gt; was used to name the content of a file
now it seems that the &lt;STRONG&gt;file:filename&lt;/STRONG&gt; value is used&lt;/P&gt;
&lt;P&gt;Before that value was empty, so that imported documents have a nameless doc.&lt;/P&gt;
&lt;P&gt;How can I export / import filenames correctly ?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;schema xmlns:file="http://www.nuxeo.org/ecm/schemas/file/" name="file"&amp;gt;
    &amp;lt;file:content&amp;gt;
      &amp;lt;encoding&amp;gt;&amp;lt;/encoding&amp;gt;
      &amp;lt;mime-type&amp;gt;image/png&amp;lt;/mime-type&amp;gt;
      &amp;lt;filename&amp;gt;posix.png&amp;lt;/filename&amp;gt;
      &amp;lt;data&amp;gt;437cbfc3.blob&amp;lt;/data&amp;gt;
      &amp;lt;digest&amp;gt;9bb7d0695aada86cd4791077a04f4333&amp;lt;/digest&amp;gt;
    &amp;lt;/file:content&amp;gt;
    &amp;lt;file:filename&amp;gt;&amp;lt;![CDATA[posix.png]]&amp;gt;&amp;lt;/file:filename&amp;gt;
  &amp;lt;/schema&amp;gt;

  &amp;lt;schema xmlns="http://www.nuxeo.org/ecm/schemas/file/" name="file"&amp;gt;
    &amp;lt;content&amp;gt;
      &amp;lt;encoding&amp;gt;&amp;lt;/encoding&amp;gt;
      &amp;lt;mime-type&amp;gt;application/pdf&amp;lt;/mime-type&amp;gt;
      &amp;lt;filename&amp;gt;circulaire_jour_de_carence_20120224.pdf&amp;lt;/filename&amp;gt;
      &amp;lt;data&amp;gt;ea1e9a28.blob&amp;lt;/data&amp;gt;
    &amp;lt;/content&amp;gt;
    &amp;lt;filename/&amp;gt;
  &amp;lt;/schema&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Oct 2013 17:03:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-with-file-schemas-during-export-from-5-4-2-to-5-7/m-p/323140#M10141</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2013-10-10T17:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file schemas during export from 5.4.2 to 5.7</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-with-file-schemas-during-export-from-5-4-2-to-5-7/m-p/323141#M10142</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 21:42:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-with-file-schemas-during-export-from-5-4-2-to-5-7/m-p/323141#M10142</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2013-10-11T21:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file schemas during export from 5.4.2 to 5.7</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-with-file-schemas-during-export-from-5-4-2-to-5-7/m-p/323142#M10143</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2013 10:51:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-with-file-schemas-during-export-from-5-4-2-to-5-7/m-p/323142#M10143</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2013-10-12T10:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file schemas during export from 5.4.2 to 5.7</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-with-file-schemas-during-export-from-5-4-2-to-5-7/m-p/323143#M10144</link>
      <description>&lt;P&gt;The &lt;EM&gt;file&lt;/EM&gt; table had indeed an empty &lt;EM&gt;filename&lt;/EM&gt; field.&lt;/P&gt;
&lt;P&gt;I updated that field using the &lt;EM&gt;name&lt;/EM&gt; field of the related entry in the &lt;EM&gt;content&lt;/EM&gt; table&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2013 10:43:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-with-file-schemas-during-export-from-5-4-2-to-5-7/m-p/323143#M10144</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2013-10-14T10:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file schemas during export from 5.4.2 to 5.7</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-with-file-schemas-during-export-from-5-4-2-to-5-7/m-p/323144#M10145</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2013 14:22:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-with-file-schemas-during-export-from-5-4-2-to-5-7/m-p/323144#M10145</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2013-10-14T14:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file schemas during export from 5.4.2 to 5.7</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-with-file-schemas-during-export-from-5-4-2-to-5-7/m-p/323145#M10146</link>
      <description>&lt;P&gt;The SQL used to update the field is&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2013 14:50:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-with-file-schemas-during-export-from-5-4-2-to-5-7/m-p/323145#M10146</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2013-10-14T14:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file schemas during export from 5.4.2 to 5.7</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-with-file-schemas-during-export-from-5-4-2-to-5-7/m-p/323146#M10147</link>
      <description>&lt;P&gt;Thanks! I'll add it soon (see https&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2013 09:22:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-with-file-schemas-during-export-from-5-4-2-to-5-7/m-p/323146#M10147</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2013-10-15T09:22:12Z</dc:date>
    </item>
  </channel>
</rss>

