go to post TAZ.R · May 12 Quick update on the situation.Instead of using an assign to use %JSONExportToStream I used a code action : Then I have dispatched the whole Ens.StreamContainer "context.streamContainer" instead of the stream itself context.streamContainer.streamAnd I finally managed to write the in the output file !!! I'm not sure i'm doing it the best way but it worked!Should I improve my whole production or is it OK the way it is ?Kind regards!
go to post TAZ.R · May 9 Hi Luis,Thank you for your reply.I tried to the following Business Process but I still does not work.Did I understand well your reply ? AgendaOut being my BO (EnsLib.File.PassthroughOperation ; EnsLib.File.OutboundAdapter)FHIRINTEROPPKG.HL7toRawJSON2 being my DTL transforming a HL7 Input to a Demo.MyApp.Messages.JSONEvent5 target class.I have tried to use my production with this Business Process but I am encountering an issue at the Business Operation step : Eduard, I also tried to import your method and use it in my business process but it did not work as well... Maybe i'm using it wrong? That is why I tried to do as mentioned just above by using %JSONExportToStream since I knew that my DTL produces a target class that Extends JSON Adaptor.Thank you four help,Kind regards