[ 
https://issues.apache.org/jira/browse/NIFI-14309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933916#comment-17933916
 ] 

Anders edited comment on NIFI-14309 at 3/11/25 6:51 AM:
--------------------------------------------------------

Yes (see the attached template in NIFI-13591).

It causes the following NDJSON structured flowfile:
{code:java}
{..}
{..}
{..}
{..}
{code}
to become:
{code:java}
{..} {..} {..} {..}
{code}
If you provide the processor with an array-based structure, it works fine on 
that.
{code:java}
[
  {..},
  {..},
  {..},
  {..}
]
{code}


was (Author: andersns):
Yes (see the attached template in NIFI-13591).

It causes the following NDJSON structured flowfile:
{code:java}
{..}
{..}
{..}
{..}
{code}
to become:
{code:java}
{..} {..} {..} {..}
{code}
If you prove a the processor with an array-based structure, it works fine on 
that.
{code:java}
[
  {..},
  {..},
  {..},
  {..}
]
{code}

> JSLTTransformJSON - Allow transforming a record per line
> --------------------------------------------------------
>
>                 Key: NIFI-14309
>                 URL: https://issues.apache.org/jira/browse/NIFI-14309
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>    Affects Versions: 2.2.0
>            Reporter: Jordan Sammut
>            Priority: Major
>
> It would be good if the JSLTTransformJSON allows for parsing a JSON object 
> line by line and performing the specified transformation per line



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to