[
https://issues.apache.org/jira/browse/NIFI-11197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17739720#comment-17739720
]
David Handermann commented on NIFI-11197:
-----------------------------------------
Thanks for asking about this issue [~dstiegli1]. Adding a YamlReader could be
useful sounds like it would meet the initial feature request description. The
{{jackson-dataformat-yaml}} library should allow for a good deal of code reuse
from the existing JsonTreeReader. This could be bundled with the standard
record serialization services. If the initial implementation of a YAML Reader
goes well, a corresponding Writer could be implemented in a follow on issue.
> yaml and json conversion processor
> ----------------------------------
>
> Key: NIFI-11197
> URL: https://issues.apache.org/jira/browse/NIFI-11197
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: 1.20.0
> Reporter: macdoor615
> Priority: Major
>
> The yaml format is basically equivalent to json. When used as a configuration
> file, it is much more convenient than json. It can have comments and the file
> is shorter.
> More and more systems adopt yaml format. Now we developed a conversion tool
> from yaml to json with the ExecuteGroovyScript processor.
> It is recommended to add a processor that can convert between yaml and json
--
This message was sent by Atlassian Jira
(v8.20.10#820010)