Share this link

    Home / Tradeshift Documentation / Tradeshift Partner Apps / Babelway / Chapter 4. Channels

    Using or changing metadata

    749 0 Created on 2021-01-19 07:51:07; Last updated on 2022-07-01 13:01:37

    In drag and drop transformation you can use metadata associated with the incoming message (such as fileName, receive date, ...). You can also store whatever info in a metadata for future use.

    Using metadata

    Accessing metadata can be done in your formulas with the function metadata. It just takes one argument, that is the name of the metadata.

    1.png

    Using metadata

    Define metadata

    Defining your own metadata, and storing values into them can be done via the metadata section, on top of the target tree.

    To add a new metadata, click on last entry ('...'), and choose your name.

    Once the metadata is defined, you can just map value to it exactly as for other fields.

    2.png

    Using metadata

     

    Working with object metadata

    Babelway transformation supports working with object metadata. This is very useful to add a PDF or images extracted using a Zip unwrapping extra processing in an XML as a Base64 string.

    3.png

    Object metadata as base64

    Important note

    The user defined metadata are propagated from one channel to another. This is useful in case we want to propagate the system metadata from one channel to another via Internal Gateway Out of the channel we want to transfer the metadata from and direct it to the Internal Gateway In of the next channel.

    On the Internal Gateway Out properties we can select from the drop down menu of User Metadata Transfer Strategy

    4.png

     

    We have three options : 

    1- Transfer None: Doesn't transfer any metadata

    2- Transfer only the small ones: Transfer the metadata of small size only

    3- Transfer all: Will transfer all metadata of all sizes

     After that we will click on Save button .

    We will use the user defined metadata to store the system metadata you want to propagate between the channels.

    For more information about the system metadata check this link System Metadata

    

    0 people found this helpful.

    Related Articles