ContributionsMost RecentMost LikesSolutionsRe: Difference between HTTP Client and Rest Api(get,post....) snaps Thank you for response @dmiller @ddellsperger Difference between HTTP Client and Rest Api(get,post....) snaps Hi All, I am exploring the HTTP Client snap, I wanted to know what is difference between HTTP Client and Rest API methods (get,post…) snaps. Can any one please help to know about the below highlighted Entity Type in the snip. and also can we get the output as xml from the HTTP Client snap ? if yes, how? Thanks in advance @dmiller can you please help me Re: Data Validator Snap constraint - Maximum - Integer validation @bojanvelevski Thank you for the response I have passed with in the limit even though I am getting error. Could you please show me examples with all Constraints by building sample pipeline ? Data Validator Snap constraint - Maximum - Integer validation Here we are trying to pass the numeric values through maximum constraint but it is through a below error I have gone through the below document and followed the steps but no luck Thanks in advance Re: How to add data type @darshthakkar @koryknick Noted Thank you for your response Re: How to add data type @koryknick @darshthakkar @ljupcho_machkovski Here exactly I am working on , We have data in json file. { “Id”: “1076”, “jobTitle”: “Software engineer”, “firstName”: “David”, “lastName”: “villey”, “fullName”: “Davidvilley”, “email_N”: “Davidvilley@gmail.com”, “telephoneNumber”: “+1-8474987109” } those are the data which I mentioned above, firstly we will import this data from json file , But here we don’t have any datatype for this data so I need to add datatypes, from adding the datatype I can validate the data. For example If we add the datatype for firstName as string(4) in this case If we pass 5 character ex:David It should through an error. I need to store this error msg in separate output so to get this result i am trying to add the datatypes. I hope this make sense. Thanks in advance. Re: How to add data type hello @darshthakkar @ljupcho_machkovski Thanks for your quick response. Type converter and type inspector snaps are not available in our snaplogic so is there any alternative method or snaps to achieve this? How to add data type We have Json file as input source which some random data for that values we need to add datatypes. Sample data: { “Id”: “1076”, “jobTitle”: “Software engineer”, “firstName”: “David”, “lastName”: “villey”, “fullName”: “Davidvilley”, “email_N”: “Davidvilley@gmail.com”, “telephoneNumber”: “+1-8474987109” } Please help me to add the datatypes for above data to validate. Re: Create the pipeline by performing Addition, Substraction, Multiplication and Division operations Hi alchemiz Thank you it is working Re: Create the pipeline by performing Addition, Substraction, Multiplication and Division operations Thank you for the response… I will check this and let you know how the things works…