I'm trying to parse a XML feed which provides a HTML and a String version for the same key. flatten() is overwriting the existing value, instead of appending it into an array or keeping the first value (although, someone else might want the last value), it should be set to an array.
I'm trying to parse a XML feed which provides a HTML and a String version for the same key.
flatten()
is overwriting the existing value, instead of appending it into an array or keeping the first value (although, someone else might want the last value), it should be set to an array.