[
https://issues.apache.org/jira/browse/NIFI-13919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893442#comment-17893442
]
Daniel Stieglitz commented on NIFI-13919:
-----------------------------------------
It appears that Jackson has an extension for TOML as seen on the latest answer
on the following Stackoverflow
[post|https://stackoverflow.com/questions/70033062/how-to-parse-toml-document-with-java].
That being the case it may be easy to implement a reader as we had did with
YAML which involved making minor changes to the JSONWriter.
> Add TOML Reader/Writer controller services
> ------------------------------------------
>
> Key: NIFI-13919
> URL: https://issues.apache.org/jira/browse/NIFI-13919
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Matt Burgess
> Priority: Minor
>
> TOML is becoming a popular data format and has parsing/writing support for
> many languages including Java. Given its use for Python configuration (among
> other things) and its capabilities for structured data with a rich set of
> datatypes, it would be nice to have Reader and RecordSetWriter controller
> services to support the TOML format.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)