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