User Activity

Hi, I want to load a huge amount of data from Snowflake to SQL server and I want to load it in batches, so that it will not fail because of any SnapLogic memory issue or resource issue. Also I don’t want to use script snap. Does any one has such kind...
@dmiller I found one issue in scheduled task. There is “Thueday” written instead of Thursday. I am not sure if it is just an UI issue or the mapping behind the code is also pulling some wrong value.
Hi All, I have same column name multiple times in excel file. I want to parse all and load them into database but excel parser throws error of duplicate columns. Please suggest. Thanks
I am trying to add new line character between three of my contents but it is not allowing me. Can anyone tell how new line character can be used in Mapper. Below is my mapper expression. $Address+ \n +$Name+ \n+$Age I want an output like below. Addre...
Hi guys, I am trying to load the data from Snowflake to SQL server with the use of SQL Server Bulk load snap and I am using BCP too in that snap. But I am facing the ‘String data, right truncation’ Error.The Max length of the source column is varcha...