标签: apache-nifi avro avro-tools
我正在尝试使用ExecuteSQL处理器从SQL Server生成Avro文件。生成的Avro文件将date,datetime,varchar数据类型转换为字符串数据类型。Sample:
{“ name”:“ Date”,“ type”:[“ null”,“ string”]},{“ name”:“ WeekBegin”,“ type”:[“ null”,“ string”]}
任何人都可以提出一些解决方案的建议。
executeSQL处理器配置如下: