Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Remove emply/null value fields from JSON

Can you help me to remove empty/null value fields from a JSON structure? Kindly suggest pipeline design suggestion or expression language for the below expected results. Thanks! Input: { “INVOICE”: { “TITLE”: “Test”, “DESCRIPTION”: “Test124”, “VERSIO...

Resolved! Capitalize First Letter of Every Word in a String

Is there a good way to capitalize the first letter of every word in a string with the rest lowercase natively in a Mapper or other snap? For example: fort worth => Fort Worth SAN ANTONIO => San Antonio I see the upperFirst() and capitalize() function...

jervin by New Contributor III
  • 14220 Views
  • 2 replies
  • 2 kudos

Date Validation using Expression Library

Hi, I’m developing a pipeline that uses date input parameters. I was looking to use an expression library to validate the date format by matching a regex pattern. For example, /^([1-9]|0[1-9]|1[012])/(0[1-9]|[12][0-9]|3[01])/(19\d\d|20\d\d)$/.test(“...

Fischerd by New Contributor
  • 6913 Views
  • 7 replies
  • 1 kudos