This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hello.
I have a string value being returned. It contains numbers 0,1,2,3,4 and some empty strings. I need to insert this into a int datatype field which allows NULL values. How do I convert the string to int and the blanks to NULL and map.
Thanks
Hello,
I’m trying to get the name of the month from the date. Eg. today’s date is 10/23/2019, I want to get the month name October.
Can someone please give me the expression language syntax for this.
Thanks
Hello,
I’m having trouble understanding fields and parameters, and how to use them in expressions. Can someone please direct me to some good documentation and examples which can help me understand them.
Thanks
Hello,
I’m fairly new to Snaplogic. Can someone please guide me on how to validate child pipeline from parent pipeline? When I run the parent pipeline it turns all green but I do not see the updates in the SQL table. When I validate it so I can previ...
I have an input value of string datatype. It has values 0,1,2,3,4 and blanks( empty values). I want to convert this to datatype int for the numbered values and the blanks I want to convert to NULL value since the field in the table takes NULL values....
Thank you for your reply. I get this error message:
Could not compile expression: Date.now().toLocaleDateString( … (Reason: Invalid token: ‘“’ for expression: Date.now().toLocaleDateString( …; Resolution: Please check expression syntax)
Thanks
Thank you fro replying. On the parent pipeline where the child pipeline is being called, it is set to Execute Only. I will change to validate and execute and see what i find. Thanks again.