Improved Formula Library
Using an improved (forked) formula library that better handles empty strings and includes encode/decode utilities for working with special characters in your formulas.
JMESPath Filtering for CSV Responses
You can now use JMESPath expressions to filter and transform CSV data, bringing the same powerful filtering capabilities previously available only for JSON responses.
Examples:
[?[1] == 'Bob']- Filter rows where the second column equals 'Bob'[?to_number([2]) >150]- Filter rows where the third column is greater than 150[:2]- Take only the first 2 rows