By default, the connection status will be exported using the following values:
- 1 for ‘success’
- 0 for ‘failure’
These values can be overriden with custom texts like in this example:
<connectionStatusFormat>
<success>S</success>
<failure>F</failure>
</connectionStatusFormat>