Skip to main content

Boxes - Length Functions

1. Cut last words

d918f8b5756b5a3a88eebe0e5472e149.png

Goal: Shorten text if length is exceeded by deleting complete words

Example:

26" Conti MTB Slick Reifen SportContact Continental Fahrradreifen Sport Contact 26" Mountainbike Slick Reifen Der Conti SportContact macht aus jedem 26 Zoll Mountainbike einen Renner. Natürlich kommt die Sicherheit nicht zu kurz. Sehr feine und widerstandsfähige Karkasse und SafetySystem-Pannenschutz Mountainbike Slick Reifen * Größe: ETRTO 42-559 * Dimension 26x1,6 * Empf. Luftdruck 4,0 bar * Max. Luftdruck 5,5 bar

Result (with max length 100):

26" Conti MTB Slick Reifen SportContact Continental Fahrradreifen Sport Contact 26" Mountainbike

2. Trim to 70 characters

fbfe36b0f4f92793de75cf1dc7ac195b.png

Goal: Cut text after 70 characters (mid-sentence or mid-word). Useful for Google Merchant Center titles.

Example:

Der ContiPremiumContact 2 besitzt neuartige 3-D-Rillen. Die innovative Technologie dieser Profileinschnitte optimiert die Bremsleistung auf trockener und nasser Fahrbahn. Ein weiterer Vorteil der 3D-Rille: Durch das Zusammenwirken von steilen und flachen Flanken wird in den Rillen ein Drall erzeugt, der die Wasserableitung aus der Bodenaufstandsfläche beschleunigt.

Result:

Der ContiPremiumContact 2 besitzt neuartige 3-D-Rillen. Die innovative

3. Add Column if fits

ba123b13e98c01899319c87fcde56586.png

Usage: Add columns and the respective value without exceeding maximum length.

Goal: You want to add "Color: dynamic value" to your title, but only if the result <70 characters

Example A:

Nike Sportswear Nike PRE Montreal Racer Trainers Size:11.5

Column: Color: Turquoise

Result A:

Nike Sportswear Nike PRE Montreal Racer Trainers Size:11.5

--> value not added as max length would be exceeded

Example B:

Wrangler Corynn Slim fit jeans Size:32x32

Column: Color: Turquoise

Result B:

Wrangler Corynn Slim fit jeans Size:32x32 Color: turquoise"

-> value added as max length not exceeded

4. Add Value if fits

725b91e461b85c7c813b5a591f611d61.png

Usage: This works exactly as above, except that the column heading (fixed value) will not be included, only the dynamic value (within the column). Here again, the value will only be added if the stipulated maximum length is not exceeded.

5. Cut first characters

With this box you can cut the first characters from your cell.

You have to fill in number of characters you want to cut off from the beginning. (you can use the dropdown)

  • 2 cut off the first 2 signs

  • -2 cut everything except the last 2 signs

8c1bdfc5f6cc9558d67e64daf384f7ec.png

This box now will cut off the first 2 signs.

453d14a67bc14c2d23b0caa8c8bc2d33.png

If you want to cut everything except a number of last signs, use negative numbers.

The -2 means, cut everything except the last 2 signs.

6. Cut last characters

This box works similar to the box Cut first characters.

7612b7fe8629001ff86d5ec2a8c9cca7.png

If you fill in positive numbers (here 2), the last 2 signs will be cut off.

e0ebb955b31c42bd99cd9b972043ffdb.png

If you fill in negative numbers (here -2), everything except the last 2 characters will be cut off.