Skip to content

Instantly share code, notes, and snippets.

@oscarandreu
Created November 22, 2018 12:24
Show Gist options
  • Save oscarandreu/19b8bcee4588605da85d7c61ca2dcaae to your computer and use it in GitHub Desktop.
Save oscarandreu/19b8bcee4588605da85d7c61ca2dcaae to your computer and use it in GitHub Desktop.
Jolt Transform concatenate 2 fields.
[{
"operation": "modify-default-beta",
"spec": {
"*": {
"PK": "=concat(@(1,CHASSISNO),'_',@(1,VIN))"
}
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment