Data Types Supported

Hero Platform_ supports the following data types for field mapping:

Data TypeDescription
LONG

The primitive data type represents 64-bit whole numbers between the range of -9,223,372,036,854,775,808 and 9,223,372,036,854,775,807.


DOUBLE

The primitive data type represents 64-bit fractional numbers.


BOOLEAN

The primitive data type represents either the value true or the value false.


BIG_DECIMAL

The class data type that represents fractional numbers with high precision without rounding. 


BINARY_DATA

The data type represents data stored as a binary data.


DATE_TIME

The data type represents a calendar date and time.

DATE_TIME supported format: yyyy-MM-dd HH:mm:ss.

STRING

The data type represents a sequence of characters.


LIST

The data structure is a collection of values which are ordered.


TUPLE

The data structure contains values or other nested tuples which traverse one by one through a Flow.


The maximum size supported per tuple in Hero Platform_ is 16 MB.

Binary_data files are stored outside of the tuple and do not count toward the limit.