02-11-2016 01:14 AM
Hi, I am using nuxeo 8.1 and added nuxeo csv package for csv import along with files. Its working very well with all nuxeo schema fields however i am not able to add tags in the csv. The tag is not added in the document even after adding column "tag:label" OR "ecm:tag".
Can some one help me with an example to add a tag. Is it possible to add a tag with Nuxeo CSV package?
below is my csv:
"name","type","dc:title","dc:description","file:content","tag:label" "Tulips","Picture","Tulips sample","This is my file's description","Tulips.jpg","Amol"
02-16-2016 12:03 PM
Hi Amol,
at first, you can find into list of AUTHORIZED_HEADERS of Nuxeo CSV project the ecm:tag, so you must use it instead. I have seen that Nuxeo CSV module delegates the update or create document to CoreSession with the computed map of properties, ecm:tag included.
Hope it helps
VS!
02-18-2016 12:20 AM
Hi Victor, thanks for the answer. However i am getting below error while using ecm
02-18-2016 07:10 AM
Hi Amol,
02-16-2016 09:25 PM
Thanks Victor, however I have also tried using ecm:tag as a column name. That also didn't work.
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.