Hello Apache Community,
I have just downloaded the latest Apache Hop Release 2.0.9.
Until now we have been still using the version 2.0.5 but would like to benefit
from one new feature present in 2.0.9.
I noticed under that context:
* Apache Hop 2.0.9
* Pipeline having as last transform an Enhanced Json Output
* In the settings from the General tab, Pretty Print JSON is enabled
* In the Fields tab, some of the fields in the table have the JSON Fragment
property set to Y
Issue noticed
* After the execution of the pipeline the exported Json file is not
exported in Pretty Print way for the field marked as JSON Fragment Y
Result with Apache Hop 2.0.9:
[ {
"licence" : "{\"remarks\":null,\"version\":\"0\"
Result with Apache Hop 2.0.5
[ {
"licence" : {
"remarks" : null,
"version" : "0",
(Consequence is that next pipelines that shall take as input the exported file
can’t read it due to this change)
Is this issue known, or shall I create a bug ?
Thank you in advance
Michel