13.47Test DataWeave with known input/output fixtures
Example:
input:
customer.json
expected:
salesforce-account.json
Then:
run transformation
↓
assert expected structure
This is one of the safest ways to refactor complex DataWeave.
Example:
input:
customer.json
expected:
salesforce-account.json
Then:
run transformation
↓
assert expected structure
This is one of the safest ways to refactor complex DataWeave.