Skip to content
  • There are no suggestions because the search field is empty.

Shortening Description using Regexp

To shorten any field content (e.g. description) to any number of signs (e.g. 2000 signs), follow the steps below:

You can use this to shorten the content of any field, to any number of signs. ✨

 
  1. Select for a field with a Main mapping type (e.g. Use)
  2. Click Edit Values
  3. From the drop-down list, select Replace single value
  4. Past the following:
    • The first field: ^(.{2000}).*
    • The second field: $1
  5. Select the use regexp box
  6. Click Done

  7. To save it and continue to channel processing, click Save and Proceed