Data block (reception)
A received data block can contain the following data:

- any amount of data
- fixed amount of data
- text
- binary data
- communication object in plain text
- communication object as binary data
- text from a predefined list
- text/value with fixed length
Definition of a data block
Converting data
The following fields depend on the type of data block set.
Use URL quoting
Yes: The data block is coded according to the HTTP standard. Example: The text Heiter%20bis%20wolkig is converted to Heiter bis wolkig
No: The text is processed unchanged.
Use conversion table
Yes: Converts the data before processing based on the defined conversion table.
No: The data is processed unchanged.
Truncate data after zero byte
Yes: If the data block contains a zero byte then all data after the zero byte are truncated.
No: The data is processed unchanged.