Fields Mapping: Adding Spaces Between Fields

Svitlana Zh.
Svitlana Zh.
  • Updated
  1. Navigate to the Fields Mapping step of your Bridge.
  2. Switch the Bridge to Edit mode (usually found in the top right corner).
  3. Add the first field (either a dynamic field or a static value).
  4. Press the space bar.
  5. The system will insert the text between the fields.
  6. Repeat steps 4 and 5 to add spaces between any additional fields.

Image

“Complex” Bridges Experience (Using Custom code)

If you are using custom code in a Complex Bridge, you will handle spacing differently. The above steps will not work. In this case, you will need to add spaces directly within your code. Here’s a general example using concatenation:

{{field1}} + " " + {{field2}}

This code snippet concatenates {{field1}}, a space " ", and {{field2}}.

Testing and Publishing

After making changes to your field mappings, remember to run a test to verify the output and then Publish your Bridge to save your settings.


Was this article helpful?

1 out of 1 found this helpful

Comments

0 comments

Please sign in to leave a comment.