Even though the data is in a binary format, the only reason why it is stored in a VARBYTE is so that the endianness character set encoding is preserved. The data itself is in the exact format that we send to the DBS. Thus, if you provided the data as delimited data, then the information in the VARBYTE field is a series of VARCHAR fields. It is not that difficult for you to pull out the data and extract it yourself.
Even though the data is in a binary format, the only reason why it is stored in a VARBYTE is so that the endianness character set encoding is preserved. The data itself is in the exact format that we send to the DBS. Thus, if you provided the data as delimited data, then the information in the VARBYTE field is a series of VARCHAR fields. It is not that difficult for you to pull out the data and extract it yourself.