Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 12:58 PM
What is the date format for milliseconds value please?
The REST API I'm using to import accounts is returning values of date in milliseconds:
"createdOn": 1592833329826, "lastModifiedOn": 1592833550479,
What configuration should I set for the dateformat in ImportAccountEntJSON please?
"globalSettings": { "dateFormat": "yyyy-MM-dd'T'HH:mm:ss" }
Solved! Go to Solution.
04/12/2022 02:02 PM
Hello Ramanpreet,
You can try with this below format in your JSON before colsToPropsMap -
"globalSettings": {"dateFormat": "yyyy-MM-dd HH:mm:ss"}
04/12/2022 02:02 PM
Hi Abir,
It didn't work.
I have tried both date and char as the date format for the fields mappings and the global settings as you have suggested but it didn't work.
"CREATED_ON": "createdOn~#~date"
"CREATED_ON": "createdOn~#~char"