06-24-2015 07:33 AM
I'm using Nuxeo SDK , i want to import many files using a csv file which contains metadata , i mean every column is a field in nuxeo interface. I've heard about Nuxeo-csv but i can't find how to use it and i don't know if it supported what i want to do.
07-13-2015 06:02 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). In this method, you will be able to change the CSVImporterOptions
objet to handle your date format.
07-09-2015 04:56 AM
Hi,
You'll find here the documentation about Nuxeo CSV. Don't hesitate if you need more information about this add-on.
07-10-2015 10:16 AM
[Manon Lumeau](https
07-13-2015 06:02 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). In this method, you will be able to change the CSVImporterOptions
objet to handle your date format.
07-13-2015 10:58 AM
Thank you
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.