Py2 Type to String
This operator will convert any python2 data received in its input to string by feeding it into the standard python unicode(.) function.
Configuration Parameters
None
Input
Input |
Type |
Description |
---|---|---|
input |
python27.* |
Any python2 data. |
Output
Output |
Type |
Description |
---|---|---|
output |
string |
A string representation of the input received. |