Update the text processing methods for fields in the job. Currently, you can specify the text casing and create text replacement policies based on regex for each field.

For text casing, there are 5 case types available:

  • upper: Sets all text to uppercase.
  • lower: Sets all text to lowercase.
  • title: Sets the first character of each word to uppercase and the rest to lowercase.
  • capitalize: Sets the first character of the entire text to uppercase and the rest to lowercase.
  • swap: Swaps all uppercase characters to lowercase and all lowercase characters to uppercase.

For text replacement, you must specify a regex pattern to match on and a replacement value. One field can have multiple text replacement policies.

Language
Authorization
Header
Click Try It! to start a request and see the response here!