how to convert xml to avro without ignoring !CDATA content?
问题 I have the following source XML file named customers.xml: <?xml version="1.0" encoding="utf-8"?> <p:CustomerElement xmlns:p="http://www.dog.com/customer" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:schemaLocation="http://www.dog.com/customer Customer.xsd"> <Customer> <Sender> <transmitDate>2016-02-21T00:00:00</transmitDate> <transmitter>Dog ETL v2.0</transmitter> <dealerCode><![CDATA[P020]]></dealerCode> <DMSSystem><![CDATA[DBS]]></DMSSystem> <DMSReleaseNumber><![CDATA[5.0]]><