on 2023 Dec 16 11:07 AM
Hi All,
Requirement is to convert the datetime format. Source structure has two fields. REC_DATE has input format of yyyyMMdd(eg: 20231216) and other field REC_TIME has input format of HHmmss(eg: 121221) . These two fields needs to be mapped to field "CreationDateTime" format of yyyy-MM-dd'T'HH:mm:ss'Z'(eg:2023-12-16T12:12:21Z).
Could anyone please help how to get this.
Thanks,
Jayasri
Request clarification before answering.
Dear mysellff,
Can you please try substring method on REC_DATE and REC_TIME and then concatenate the substrings as per the desired format of 'CreationDateTime' format of 'yyyy-MM-dd'T'HH:mm:ss'Z''.
Thanks,
H.V.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
59 | |
7 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.