Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
if( input_row.line.matches("report data") ) {
context.read_data = true;
}
if( input_row.line.matches("end report data") ) {
context.read_data = false;
}
output_row.line = input_row.line;