Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I thought the tFileInputRegex ?rejected? output stream would have all the rows which does not match the pattern but it seems I?m wrong. The rejected stream is empty.
} catch (Exception e) {
whetherReject_tFileInputRegex_1 = true;
row2 = new row2Struct();
row2.id = row1.id;
row2.name = row1.name;
row2.errorMessage = e.getMessage();
row1 = null;
}
Is there a chance that with future versions this component could have an additional output stream with not matching rows?