-
Hello, I need your help to figure out what has been changed in Hop to make a pipeline of mine not working anymore. The pipeline composition is attached at the end of the post, the archive contains 3 files:
This composition worked well in Hop 2.10: the output for the test case is correctly generated with a Starting from Hop 2.11 the same composition is broken. During its execution the following error, regarding the Data grid transform in the injected pipeline, is reported:
What has been changed in Hop in order to make the pipeline fail, and what can I do to make a fix? Hint for the search: I started developing this mini-project slightly before reporting issue #4525 (you can notice that similar components are involved). The issue has been solved, but probably has broken something else... Attached files: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
First thing I noticed is that your MDI transform points to Have you tried specifying a target file name for the pipeline after injection ( |
Beta Was this translation helpful? Give feedback.
Hi @dave-csc,
I found the issue. The root cause is that the second field in the data section for the data grid has to be filled in.
Trying to find a way to resolve this. But setting it to a constant "," will solve your issue.
This was added to make it possible to inject multiple columns to a datagrid.