Hi all,
we want to load data out of SAP CRM.
There, we are now facing the problem that SAP got columns with datatype "RAW(16)" for all GUIDs....unfortunately, DataServices automatically recognizes these columns as VARCHAR(16) what turns out in the effect that all GUIDs are automatically cut after 16 digits instead of passing forward all 32 digits of a guid!
So how to solve this problem? How can I adjust the input structure of the imported table from CRM so that it fit's the RAW-requirements? (or having a field of 32 characters?)
Best regards,
bivision