Shortening Description using Regexp

Paweł Updated by Paweł

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. Rename)
  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
  1. Select the use regexp box
  2. Click Done
  3. To save it and continue to channel processing, click Save and Proceed

Did this article help you solve the problem?

Using Regexp

Removing HTML Tags using Regexp

Contact