07-13-2015 05:43 AM
07-14-2015 12:35 PM
Looks like the date format is defined in this class: https://github.com/nuxeo/nuxeo-csv/blob/a7aa5bb1658fc5b11d6cc435bdebfc5bbabca9bc/src/main/java/org/n...
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
07-14-2015 12:35 PM
Looks like the date format is defined in this class: https://github.com/nuxeo/nuxeo-csv/blob/a7aa5bb1658fc5b11d6cc435bdebfc5bbabca9bc/src/main/java/org/n...
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
07-15-2015 04:22 AM
Hi,
To be able to modify the date format you need to override the actions bean:
@Name("csvImportActions")
and extend the org.nuxeo.ecm.csv.CSVImportActions
.
Then, you need to redefine the importCSVFile
method (see this page). With this method, you will be able to change the CSVImporterOptions
objet to handle your date format.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.