Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
For my project, I have to control a txt file as input and do some checks on each line. There are controls on the format but also functional controls, so I did not use the component tSchemaCompliance because I want to customize the wording from my mistakes.
I decided to use a tMap controls with one output for each control (with filter output) :
tMap :
And for each controls, i add a ligne into my db like this :
My problem : Java code/ parameters are all the same for each tJavaRow(PARAM_FLUX_ANO)/tOracleSP(ADD_ANOMALIE) for each output of my tMap... I want to combine all my output into one, which perform one tJavaRow --> tOracleSP. Because i have a lot of output (20) and i have to copy past all the process if want to add one control...
Thanks for your help