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:

the same pipeline with `Json Fragment = Y`

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]