Hi All,
I want to import asset metadata using asset importer. But few of the metadata has multifield dialouge.
Like for a multifield value we use {{Type : multi }}
But is there any way to create structure like below using csv asset importer.
I am able to create till item 0 by writing ../metadata/links/item0 in my csv, but when I am giving one more for creating item1 i.e ../metadata/links/item1
It is overriding item 0 and creating item1.
Solved! Go to Solution.
Views
Replies
Total Likes
How many such item nodes are there under links node ? if only 2 then you have to update one by one.
first create column like this ../jcr:content/test/item0/value {{ Long }}
upload the sheet and import.
then rename the column name to ../jcr:content/test/item1/value {{ Long }}, update the values in rows
upload the sheet and select delta and import.
Views
Replies
Total Likes
Did you try CSV Asset Importer?
Multi-values
If a row is marked as multi via propertyName {{ Type : multi }}
, multi-values are delimited by default via |
. The multi-value delimiter is configurable via the Web UI.
Views
Replies
Total Likes
So you mean to say it will remove item 0 and add the node item 1 that I am trying in my case?
Views
Replies
Total Likes
How many such item nodes are there under links node ? if only 2 then you have to update one by one.
first create column like this ../jcr:content/test/item0/value {{ Long }}
upload the sheet and import.
then rename the column name to ../jcr:content/test/item1/value {{ Long }}, update the values in rows
upload the sheet and select delta and import.
Views
Replies
Total Likes
Thank you! This approach worked
Views
Replies
Total Likes