Skip to content

Multivalue fields become one value joined by ';' #89

Discussion options

You must be logged in to vote

Nice to hear that!

Just as documentation, here are some special cases...

DISCOGS_ARTISTS_URLS
default:
%<<ARTISTS_URLS>>%
multi-value:
$split($flatten(%<<ARTISTS_URLS>>%))

DISCOGS_FORMAT
default:
<default def>
multi-value:
$split($join(<default def>))

Not sure if that is the expected behavior (but it is in my code), any tag definitions producing arrays, ej. [a, b, c] when intentionally saved as single values, , will be flatten to 'a;b;c'

Replies: 8 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@username116
Comment options

@ghuDaYuYu
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ghuDaYuYu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants