问题描述
我想将我的 XML 转换为 csv 文件。但是在 NiFi 处理 XML 之后,它将所有记录放在一行中。 我不知道如何更正我的 XML 模型。
我的“AvroSchemaRegistry”模型如下所示。
{
"type": "record","name": "RSS","namespace": "g","fields" : [
{"name": "id","type": ["null","string"]},{"name": "mobile_android_app_link",{"name": "title",{"name": "mobile_ios_app_store_id","string"]}
]
}
我的 XML 文件的内部如下所示。
<?xml version="1.0"?>
<RSS xmlns:g="http://base.google.com/ns/1.0" version="2.0">
<channel>
<title>MyTitle</title>
<link>https://www.myadress.com</link>
<description></description>
<item>
<g:id>15644531</g:id>
<g:mobile_android_app_link>android-app://com.sfot.myaddress/myaddress/product/156TT531</g:mobile_android_app_link>
<title>Elizabeth Arden Kadın Fondoten Renkli Standart beden</title>
<g:mobile_ios_app_store_id>5186TT790</g:mobile_ios_app_store_id>
</item>
</channel>
</RSS>
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)