January 1, 2025
SaasAnt Transactions (Desktop) comes with a suite of predefined customized functions or formulas to ease file processing.
Following custom functions are available.
Set Value if Empty
Override
Replace If Matches
Skip If Matches
Skip If Contains
Merge
Expression
Function | Details | |
---|---|---|
1 | Set Value if Empty | Update the field with the given value if the corresponding cell is EMPTY |
2 | Override | Update the field with the given value. It will replace the content in the file. |
3 | Replace If Matches | Replace the content with given value. |
4 | Skip If Matches | Skip the entire line if the given value matches with mapped field |
5 | Skip If Contains | Skip the entire line if mapped field contains the given value ( partial match) |
6 | Merge | Merge Multiple values available in the file |
7 | Expression | Populate the file value in the given template expression ({} will be replaced by file data) |