< Back
Print

Cast a data type format plugin

Introduction

The cast a data type format plugin will let you cast a data type on a specific value. This is very useful if the system, where you are exporting the data to, has strict type checks. You can choose between different data types in the format:

  • Boolean
  • Integer
  • Floating point number (Float)
  • String
  • Array
  • Null

The plugin then casts the selected data type onto your value.

Screenshot of selecting the cast a data type format plugin

 

Screenshot of configuring the cast a data type format plugin

 

It is also sometimes necesarry to send “null” if you need to delete a value on the target system, which is possible to send with this format.
Note: Sending null in the first layer requires you to enable the “Deliver empty” column

Screenshot example of sending null setting the checkbox to true

 

Example

In our export we want to transform an Integer into a String. To showcase this, we also export the unformatted value of the same attribute.

Screenshot of selecting the cast a data type format plugin

The export looks like this:

Example output of the cast a data type operation
Was this article helpful?
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents