Hello >From my test it looks like multiline values in INI files are not supported by commons-configuration2. I need to parse files like this one : https://github.com/glottolog/glottolog/blob/master/languoids/tree/abin1243/md.ini, and if I access configuration entry like "glottolog" on line 19 I am getting an empty string since the values are on the following lines.
ConfigParser in Python does support multiline values : https://docs.python.org/3/library/configparser.html Is there an option I missed in the INIConfiguration to handle multiline values ? or is completely out of hope ? Thanks Thomas -- *Thomas Francart* -* SPARNA* Web de *données* | Architecture de l'*information* | Accès aux *connaissances* blog : blog.sparna.fr, site : sparna.fr, linkedin : fr.linkedin.com/in/thomasfrancart tel : +33 (0)6.71.11.25.97, skype : francartthomas
