Bynder Rules
Concatenation
How to do a concatenation
Sometimes, your Product identifier is the concatenation of many different metaproperties.
With this rule, you can easily enrich a metaproperty with the content of many other information.
The configuration for this type of rule is quite easy:
- define the priority (like for all other rules)
- the conditions (like for all other rules)
- the pattern for the concatenation
- and the destination
Let's look at the pattern. You can use static text and content of other metaproperties.
To use a metaproperty, you must "encapsulate" the code with some "%%". In our example, we will concatenate:
- the brand: %%brand%%
- the color: %%color%%
- the size: %%size%%
And we put some underscore between all properties:
%%brand%%%%color%%%%size%%
And we send this value in the metaproperty "sku" so we can use it in the other jobs.