Hi,
I'm using the new REST collector framework to configure an Identity Collection from SAP SuccessFactors. I have a challenge with the format of a date attribute at the moment:
The startdate of a user is returned in a JSON Date format: "/Date(1267401600000)". How can this be transformed in a date-time string like "12-03-2020 14:00:00" ?
Thanks,
Koos
I don't think the REST collectors have transformation capabilities on the parsed values unfortunately. I think this needs to be a core capability of the collectors.
Example: if you are collecting active status of an account, most web services will return true or false and IGL needs it to be transformed to 0 or 1