ContributionsMost RecentMost LikesSolutionsRe: Mapper- string to int 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. Please let me know if this makes sense. Thanks Mapper- string to int 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 Re: Get name of month from today's date Thank you both very much. It worked! You are right the copy -paste messed up the quotation marks. Appreciate the help from both of you! Re: Get name of month from today's date 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 Get name of month from today's date 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 Re: Fields and Parameters Thank you very much for your reply, I will look into these links. Fields and Parameters 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 Re: How to validate a child pipeline from a parent pipeline 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. How to validate a child pipeline from a parent pipeline 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 preview the records at each stage, I don’t know how to preview the records on the child pipelines when I execute the parent pipeline. Any help appreciated. Thanks Vinitha