I have custom fields for the following in WPAllImport
_yoast_wpseo_focuskw
_yoast_wpseo_title
_yoast_wpseo_metadesc
For one and two I have used the field that is the product name. {column_2[1]}
For 3 I have used the field that contains the short description of the product. {column_24[1]}
For all of these fields I like to limit the number of characters used when importing. Is this possible please?
As an example [my_custom_function({column_2[1]})]
It is the my custom function part I am looking for which would limit the description of that field when it imports into WordPress.