Changing case of attributes using the SnapLogic Expression language’s mapKeys function
This pipeline pattern uses the Script Snap to change the case of all attributes in the document to upper or lower case. This is also pretty trivial to do using the SnapLogic Expression language’s mapKeys function. Here is an example pipeline to try it out further. Pattern - Change case of attributes in document using mapper_2018_10_22.slp (9.5 KB)3.1KViews0likes0CommentsChange the case of all attributes in the document to upper or lower case
Created by @pkona This pipeline pattern uses the Script Snap to change the case of all attributes in the document to upper or lower case. Configuration Sources: JSON Targets: JSON Snaps used: JSON Generator, Script Downloads Pattern - Change case of attributes in document.slp (11.6 KB)3.6KViews0likes0CommentsRegex Primer Pattern
Created by @msager This pipeline pattern shows how regular expressions can be used in SnapLogic and common examples with 10 use cases therein e.g. Basic Matching, Greedy vs Non-greedy, Grouping, Ranges, Alternation, etc. Configuration Examples include: Basic Matching Global Match Alternation Global Match with case insensitivity Range sets with quantification Range sets with quantification and global Grouping Greedy Non-greedy Non-greedy with grouping Sources: JSON Generator Targets: Outputs results of Regex Snaps used: JSON Generator, Copy, Mapper Downloads Regex Patterns.slp (18.0 KB)3.5KViews1like0Comments