arvindnsnContributor2 years agoSolvedDecode column name that has @ as a prefix Hello, I have source data in XML format and all the column entities have "@" as a prefix. I am trying the following expression using "hasPath" function in a mapper to determine if the output of the...Show Moresvatada2 years agoarvindnsn Try enclosing the fields within [ ].ex: $['@ID']$.hasOwnProperty('[\'@ID\']')
svatada2 years agoarvindnsn Try enclosing the fields within [ ].ex: $['@ID']$.hasOwnProperty('[\'@ID\']')
svatada2 years agoarvindnsn Try enclosing the fields within [ ].ex: $['@ID']$.hasOwnProperty('[\'@ID\']')
svatadaFormer Employee2 years agoarvindnsn Try enclosing the fields within [ ].ex: $['@ID']$.hasOwnProperty('[\'@ID\']')
arvindnsnContributor to svatada2 years agosvatada. Thanks for the solution. yes it works with the escape character mentioned in the expression.works for both $.hasOwnProperty('[\'@ID\']') and $.hasPath('[\'@ID\']').
arvindnsnContributor to svatada2 years agosvatada. Thanks for the solution. yes it works with the escape character mentioned in the expression.works for both $.hasOwnProperty('[\'@ID\']') and $.hasPath('[\'@ID\']').
Recent DiscussionsGenerate expression file from database queryCan we generate XML file in pretty print format using native snapLogic snaps?Solved401 error with HTTP Client and NTLMPagination and nextCursor in headerJavascript to promote top level listsSolved