converter__alvisnlp.module.types.MultiMapping - Bibliome/alvisnlp GitHub Wiki
#MultiMapping
Converts into a mapping from character strings keys to arrays of character strings.
String conversion is not available for this type.
<param>
<entry key="KEY1" value="VALUE1"/>
<entry key="KEY2">VALUE2</entry>
...</param>```
or
```xml
<param>
<KEY1>VALUE1</KEY1>
<KEY2>VALUE2</KEY2>
...</param>```
*VALUEn* are converted as [String[]array of strings](converter__String[]array of strings). The value separator can be set with the *separator* attribute.