Wednesday 14 October 2015

Return date in csv file

Returning date in csv file during data flow from ldap to csv and map the date attribute in output mapping flow in connector

now = new java.util.Date();  //declare variable
ret.value = system.formatDate(now, "ddMMyyyy"); // return date

No comments:

Post a Comment