Skip to main content
Solved

Writing issue after Date time convertor

  • June 18, 2023
  • 2 replies
  • 15 views

abnan0001
Supporter
Forum|alt.badge.img+9

Hi FME Community..

Need your guidance , I'm receiving different dates in a particular column called "date_1" total records 401 including null when im using date time convertor to standardise it , Give me all null values to that column..

Need expert Guidance

I have attached the template

Thanks

Best answer by david_r

Try using the following input format descriptor in the DateTimeConverter:

%m/%d/%Y %H:%M

image

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • 8392 replies
  • Best Answer
  • June 19, 2023

Try using the following input format descriptor in the DateTimeConverter:

%m/%d/%Y %H:%M

image


abnan0001
Supporter
Forum|alt.badge.img+9
  • Author
  • Supporter
  • 40 replies
  • June 21, 2023

Thanks David ..

It's Solved

Thanks Again