Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
if( input_row.header_line.matches("some crazy regex" ) ) {
context.file_to_run = "file_1";
}
context.file_to_run.equals("file_1")
I want to ask a question in continuation to this.
What filename do we select in FileInputDelimited component after the if statement ?