Hi there,
My input value in the input data is as below but my output of the same value is getting changes, how can I get the same values as input in my output?
The input json field for effectiveDate have values of like this
2022-08-24T00:00:00.000+0000
but in my output its coming like this, whereas in build DT the column data type is selected as string.
@Gokul001
my input has from JSON is below, which is getting changed to β08/24/2022 05:30:00β now when I used the code provided by you itβs getting output as β2022-08-24T05:30:00.000+0000β but I need the below as output.
2022-08-24T00:00:00.000+0000
P.S in my build DT should I changed the data type from string to something else?