Question

I have"year installed" values (1999, 2011, ...) in a CHARACTER field. I need to get that data into a "date installed" DATE field. Best would be YYYY only in the date field, but I could work with YYYY/D/M if necessary. Is that possible?

  • 17 February 2021
  • 2 replies
  • 0 views

I have"year installed" values (1999, 2011, ...) in a CHARACTER field. I need to get that data into a "date installed" DATE field. Best would be YYYY only in the date field, but I could work with YYYY/D/M if necessary. Is that possible?

2 replies

Userlevel 5
Badge +29

You can use the date time converter to convert date formats. You'll need to see what date format(s) your output filetype accepts

Generally, when an attribute exists in workbench FME doesn't care whether its a string/char/int/float/date field. You can set the field type in the writerScreenshot 2021-02-18 081930

Thanks for the reply.

Reply