Is there any transformer that help me to change from any of the python valid formats for GUIDs to the arcpy valid format to insert it in the geodatabase?
The valid formats from python are:
{00010203-0405-0607-0809-0a0b0c0d0e0f}
00010203-0405-0607-0809-0a0b0c0d0e0f
000102030405060708090a0b0c0d0e0f
{000102030405060708090a0b0c0d0e0f}
the valid format received by the geodatabase is:
{00010203-0405-0607-0809-0a0b0c0d0e0f}
thanks!!