Its fixed with:
<column name="CHAR_VALUE" type="varchar2(500)" ><![CDATA[
line1
line2
line3
]]></column>
Where every enter in the XML file in CDATA with a \n Might wanna add it to the Docs on the 'column' page :)?
<column name="CHAR_VALUE" type="varchar2(500)" ><![CDATA[
line1
line2
line3
]]></column>
Where every enter in the XML file in CDATA with a \n Might wanna add it to the Docs on the 'column' page :)?