Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Multi-Value Properties #27

Open
mwallach opened this issue Feb 11, 2019 · 1 comment
Open

Multi-Value Properties #27

mwallach opened this issue Feb 11, 2019 · 1 comment

Comments

@mwallach
Copy link

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

@Floppe
Copy link

Floppe commented Nov 19, 2020

Do you still have the code changes? I'm interested in this change.

Nevermind, I figured it out myself.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants