-
Hello Community, I played around with Schema Definition and wanted to inject just the name of the definition into the CSV file input. That worked just fine, but the fields aren't updating and remain empty. I have to trigger the update manually, then it works. Am I missing something here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, you aren't missing anything. One option would be to add an extra transform that can load the content of a schema definition. This way you have all the schema information in your MDI pipeline to inject the correct fields in the transform. |
Beta Was this translation helpful? Give feedback.
No, you aren't missing anything.
The field should be excluded from MDI as filling it does not trigger loading the schema in the transform.
In the end when using it in the GUI on a transform we are loading and filling the actual fields section and I am not sure we can replicate these actions during the MDI process.
One option would be to add an extra transform that can load the content of a schema definition. This way you have all the schema information in your MDI pipeline to inject the correct fields in the transform.