You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.
Multi-value properties are being written to metadata.properties.xml file in format like:
[apples, oranges, bananas]
Alfresco Bulk Filesystem Import Tool (BFSIT) imports these as same ([apples, oranges, bananas])
I revised code such that Multi-value properties will be written to metadata.properties.xml file as:
apples,oranges,bananas
without [] and spaces which allows for Multi-value properties to be correctly imported using BFSIT
I can add this code for review if wanted
The text was updated successfully, but these errors were encountered:
Multi-value properties are being written to metadata.properties.xml file in format like:
[apples, oranges, bananas]
Alfresco Bulk Filesystem Import Tool (BFSIT) imports these as same ([apples, oranges, bananas])
I revised code such that Multi-value properties will be written to metadata.properties.xml file as:
apples,oranges,bananas
without [] and spaces which allows for Multi-value properties to be correctly imported using BFSIT
I can add this code for review if wanted
The text was updated successfully, but these errors were encountered: