10-10-2022 08:14 AM
Hello Community,
I want to batch the data into some number of records which is coming from snowflake and then load into SAP system.
How can I achieve this.
10-13-2022 12:59 AM
For batching (grouping) data, you can use ‘Group By N’ or ‘Group By Field’ snaps which can group input documents into batches of output documents. Check out below links:
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439007/Group+By+N)
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439014/Group+By+Fields
Thanks.
10-17-2022 08:19 AM
I dont want to group the data, I want to send the data into some number of size .
If there are 1Lakh records then I want to send it into 20K batches