Ajay_ChawdaContributor5 years agoAdd prefix to each column Hello Experts, for eg. if i have 50 columns and wanted to add some prefix to each column value then without mapping individual column in mapper how can i do it? Regards, Ajay
alchemizContributor III5 years agoCopy LinkHi Ajay, You can always use the object function mapKeys… example: $.mapKeys((val,key)=> ‘MyStaticPrefix_’.concat(key)) Thanks
Recent Discussionstrace API and proxy callsPagination Logic Fails After Migrating from REST GET to HTTP Client SnapSolvedPipeline Execute Pool sizeSolvedConcat values of a field based on value of another fieldSolvedJWT Configuration for SnapLogic Public API