If there 1 crore records in one input table, that have to divided into each one lakh and that 1st one lakh records should be placed in 1st S3 file and 2nd one lakh records should be placed in S3 file and so on
hai Sir😊😊, Could you help me out with the modified javascript value ? i create : var stok_akhir = stok_awal.getInteger() + in.getInteger() - out.getInteger(); when I click the get variables button, the message : syntax error Thanks in advance
Hi, you can add only a static value in Data grid step, but you can use get system info step after data grid and append the column to your in coming stream.
Hello Guys, Truly appreciate your response... So I have data below like this... id ,101,102,103 Name, A1, A2, A3, Loc, L1, L2, L3 :: IN xslx (Excel )file format. expected o/p is :::::: id, name, loc 101, A1, L1 102, A2, L2 103, A3, L2 Please help me to solve this Problem...