morteza-nouri opened a new issue, #2050:
URL: https://github.com/apache/hop/issues/2050

   ### What would you like to happen?
   
   I used data grid to create some Json object records(assume the field name is 
`request`).
   `{"name":"a"}
   {"name":"b"}`
   I need some transform to give me the below result: 
   `[{"name":"a"}, {"name":"b"}]`
   I used Enhanced Json Output but It didn't work.(we want to create json 
object with only the value field, but it considers also the fieldname)
   
   Here are my results with different configs:
   ![Screenshot from 2022-12-12 
12-46-36](https://user-images.githubusercontent.com/88918241/207022471-8fb65322-09f1-4d4f-8547-f33631841765.png)
   
   the same pipeline with `Json Fragment = Y`
   ![Screenshot from 2022-12-12 
12-49-18](https://user-images.githubusercontent.com/88918241/207022388-00321c15-135c-49ed-aac9-c8a6d3913e85.png)
   
   Here is the pipeline:
   [pipeline.zip](https://github.com/apache/hop/files/10207002/pipeline.zip)
   
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: Transforms


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to