Data Type

The data that can be used in pipeline is as follows.

Variable type Explanation
String type String of characters can be stored in Maximum 2147483647.
Boolean type Value is (true) or (false).
Integer type Value is integer in range from-9223372036854775808 to 9223372036854775807.
Double type Value is floating point in range from-1.79769313486231570e+308 to +1.79769313486231570e+308.
Decimal type Value is infinite accuracy.
DateTime type Value is datetime type.
The unit is year/month/day/hour/minute/second, process accuracy is 1/1000 seconds.
Example:January 01, 1970 00:00:00
Binary type Value is binary data.
FileData type Value is read from the file data and information of the file.
Read as file data type when input by file processing center. The file data type has the following fields. However, contentsof actual value depends on the sensor action, please read help of sensor action.

NameFieldTypeContents
File pathFilePathStringAbsolute path of file
File nameFileNameStringFile name
DataDataBinary typeBody of file data
SizeSizeInteger typeFile size
Last modified timeLastModifiedDate time typeLast modified time

Mail address type When mail is read, data type is specified while processing mail address of address field such as From and To.

NameFieldTypeContents
NameNameStringName included in address.
""Pipeline Administrator" "of"Pipeline Administrator"
Mail addressAddressStringMail address included in mail
"pipelineadmin@server.com"of""Pipeline Administrator" "

XML type When read files in XML-format, files will be stored in XML format.
When the XML data is read by this type, it can be processed in filter action of XPath and XSLT.

▲ Top