User Activity

Pipeline shows accurate output after Script snap. However when we the output is loaded in lets say CSV file, it loads any random data
A field is coming as a number from source and we want to convert it to string, but the output format is different for some records. Follwoing 4 records have WSH value of 0 but after toString(), out is ‘0’ for 2 records and ‘0.0’ for the other 2
We want to move data from one DB to another, and first step is to delete all the target data and then do insert. However in case of pipeline failure, we want to rollback to the original data in Target. Currently we are ending up with no data in targe...
I want to execute unix script using UNIX Execute snap… For that I need to setup an account. So Can anyone please tell me, what would be the Host name, is this Snaplogic server name? or DEV unix server detail? Thanks,
I created a simple pipeline which provides output in following format [ { “CURRENCY_CODE”: “ADP”, “CURRENCY_NAME”: “Andorran Peseta” }, { “CURRENCY_CODE”: “AED”, “CURRENCY_NAME”: “UAE Dirham” },… ] I want the pipeline output to be like this { “apiVer...
Kudos given to