
Contributor
2021-07-15
02:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Date format with 6 digits nano seconds
Hi,
I have input string "2021-07-14-19.55.49.107000" , I just want to convert from string to Date datatype.
Currently i tried with tMap component using TalendDate.parseDate("yyyy-MM-dd-HH.mm.ss.SSSSSS", "
2021-07-14-19.55.49.107000"
)Output is : 2021-07-14-19.57.36.000000
Expected Output:
2021-07-14-19.55.49.107000
Please help me on this issue.
Thanks in advance.
Regards,
Ganesh.R
1,132 Views
1 Reply

Anonymous
Not applicable
2021-07-16
02:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Here is a KB article about: https://community.talend.com/s/article/How-to-fetch-data-that-uses-the-date-format-in-microseconds-y...
Hope it helps.
Best regards
Sabrina
1,123 Views
