Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Start date Truncation

Srinath1
New Contributor II
New Contributor II

Hi 

From our source we are getting date along with Timestamp 

Srinath1_0-1691763556759.png

Saviynt's start date attribute is not able to consume this format.

is there any preprocessor query to fix this. 

I want to pass only date in this format EX: 03/20/2023.

we only need it in Startdate Attribute ,  mapping it to customproperty works fine 

Thanks in advance.

4 REPLIES 4

pmahalle
All-Star
All-Star

Hi @Srinath1 ,

Which connector you are using for user import?


Pandharinath Mahalle(Paddy)
If this reply helps your question, please consider selecting Accept As Solution and hit Kudos 🙂

Srinath1
New Contributor II
New Contributor II

Hi @pmahalle 

we are using REST connector 

rushikeshvartak
All-Star
All-Star

Sample Example :

${Calendar c=Calendar.getInstance();c.add(Calendar.HOUR,-2);c.getTime().format(\"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\")}

Change as per your need.

 


Regards,
Rushikesh Vartak
If you find this response useful, kindly consider selecting 'Accept As Solution' and clicking on the 'Kudos' button.

Hi @rushikeshvartak  

thanks for replying, do we need to use this in preprocessor query or in userimport json ?