Hi Michel, That looks like #3577 [1]. This issue is still open in 2.9.0, we hope to get it fixed for 2.10.0.
[1] https://github.com/apache/hop/issues/3577 Regards, Bart On Fri, May 31, 2024 at 10:44 AM <[email protected]> wrote: > 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 >
