Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In my job I need to save the result of my pivoting into another table:
The problem is that I don't know how to save the result in my WK1_SF_SRV_TASK table. The output in the .csv file is correct, but how can I instead use the result to fill the table? I don't know how to connect them to do this.
This table has exactly the columns that I have as a result in the excel file.
If you are using pivot component , then you cannot get the output directly in a table. you have to put another subjob to push that output file data to a table.
Thanks ,
Praveen M.