Hi, thanks for your contribution we're learning a lot here!
In terms of data transformation it is possible to edit the MAP to make a sting date into a SAS Date.
C Hemedinger - editing MAP
And as the MAP is a SAS construct it seems to accept the /* COMMENT OUT*/ syntax which is great for leaving notes for future reference too!
{
"NAME": "ConvictionDate",
/* "TYPE": "CHARACTER", */
"TYPE": "NUMERIC",
"INFORMAT": [ "IS8601DT", 19, 0 ],
"FORMAT": ["DATETIME", 20],
"PATH": "/root/transactions/Drivers/Convictions/ConvictionDate",
/* "CURRENT_LENGTH": 24 */
"CURRENT_LENGTH": 8
},
... View more