<?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: Import french date using Nuxeo CSV in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/import-french-date-using-nuxeo-csv/m-p/326129#M13130</link>
    <description>&lt;P&gt;Looks like the date format is defined in this class: &lt;A href="https://github.com/nuxeo/nuxeo-csv/blob/a7aa5bb1658fc5b11d6cc435bdebfc5bbabca9bc/src/main/java/org/nuxeo/ecm/csv/CSVImporterOptions.java" target="test_blank"&gt;https://github.com/nuxeo/nuxeo-csv/blob/a7aa5bb1658fc5b11d6cc435bdebfc5bbabca9bc/src/main/java/org/nuxeo/ecm/csv/CSVImporterOptions.java&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So maybe just git clone, modify the date format and mvn install will do the job. At first glance it doesn't look like you can tweak this by xml configuration but maybe I'm wrong&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jul 2015 16:35:21 GMT</pubDate>
    <dc:creator>Antoine_Cordier</dc:creator>
    <dc:date>2015-07-14T16:35:21Z</dc:date>
    <item>
      <title>Import french date using Nuxeo CSV</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/import-french-date-using-nuxeo-csv/m-p/326128#M13129</link>
      <description>&lt;P&gt;I've read in Nuxeo CSV documentation that : dates must use the format MM/dd/yyyy, i want to know if there is a way to use this format : dd/MM/yyyy istead . Any suggestions ?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2015 09:43:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/import-french-date-using-nuxeo-csv/m-p/326128#M13129</guid>
      <dc:creator>ITShine_</dc:creator>
      <dc:date>2015-07-13T09:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Import french date using Nuxeo CSV</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/import-french-date-using-nuxeo-csv/m-p/326129#M13130</link>
      <description>&lt;P&gt;Looks like the date format is defined in this class: &lt;A href="https://github.com/nuxeo/nuxeo-csv/blob/a7aa5bb1658fc5b11d6cc435bdebfc5bbabca9bc/src/main/java/org/nuxeo/ecm/csv/CSVImporterOptions.java" target="test_blank"&gt;https://github.com/nuxeo/nuxeo-csv/blob/a7aa5bb1658fc5b11d6cc435bdebfc5bbabca9bc/src/main/java/org/nuxeo/ecm/csv/CSVImporterOptions.java&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So maybe just git clone, modify the date format and mvn install will do the job. At first glance it doesn't look like you can tweak this by xml configuration but maybe I'm wrong&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2015 16:35:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/import-french-date-using-nuxeo-csv/m-p/326129#M13130</guid>
      <dc:creator>Antoine_Cordier</dc:creator>
      <dc:date>2015-07-14T16:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Import french date using Nuxeo CSV</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/import-french-date-using-nuxeo-csv/m-p/326130#M13131</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;To be able to modify the date format you need to override the actions bean:
&lt;CODE&gt;@Name("csvImportActions")&lt;/CODE&gt; and extend the &lt;CODE&gt;org.nuxeo.ecm.csv.CSVImportActions&lt;/CODE&gt;.
Then, you need to redefine the &lt;CODE&gt;importCSVFile&lt;/CODE&gt; method (see &lt;A href="https://github.com/nuxeo/nuxeo-csv/blob/master/src/main/java/org/nuxeo/ecm/csv/CSVImportActions.java#L83-L90"&gt;this page&lt;/A&gt;). With this method, you will be able to change the &lt;CODE&gt;CSVImporterOptions&lt;/CODE&gt; objet to handle your date format.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2015 08:22:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/import-french-date-using-nuxeo-csv/m-p/326130#M13131</guid>
      <dc:creator>Manon_Lumeau</dc:creator>
      <dc:date>2015-07-15T08:22:31Z</dc:date>
    </item>
  </channel>
</rss>

