Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Integer LastDelimiter = input_row.line.lastIndexOf('\t');
output_row.line = input_row.line.substring(0,LastDelimiter)
+StringHandling.STR('\t',(Integer)globalMap.get("MaxProductCount")-StringHandling.COUNT(input_row.line,"\t")+2)
+input_row.line.substring(LastDelimiter);
System.out.println((Integer)globalMap.get("MaxProductCount"));