Invalid date got loaded with different date in rpas while measure data load
Hi All,
While loading the measures as part interface file, we passed the invalid date (20180231 ) for measure type 'date' . Clearly this date doesn't exist so we were expecting rpas to ignore this date and load NA value for this measure ( or on worst case load the same date ). whereas rpas has incremented date to 3 days and loaded 20180303 into measure data.
Input data :
001669298,011,B5098,Order Placed,Any Comments will be excepted,20180932,Jeff,Order Accepted,Reason is listed,20180231
Exported Data :
001669298,011,B5098,Order Placed,Any Comments will be excepted,00010101,Jeff,Order Accepted,Reason is listed,20180303
First date measure loaded with 20180932 got loaded with NA value in measure data whereas second date measure loaded with 20180231 and got loaded with 20180303.