Answers for "Select by attributes with case sensitive and replacestring" https://knowledge.safe.com/questions/98009/select-by-attributes-with-case-sensitive-and-repla.html The latest answers for the question "Select by attributes with case sensitive and replacestring" Answer by gio https://knowledge.safe.com/answers/98113/view.html

addendum

@rakeshreddy0996

@jdh is correct. It boils down to date formatting

Wed, 04 Sep 2019 15:38:43 GMT gio
Answer by gio https://knowledge.亚搏在线safe.com/answers/98112/view.html

@rakeshreddy0996

@jdh

@pratap


Yes you can...as always ;)


You need to complete the dates first to get a valid date.

Then just read and write. In tcl we would say scan and format.


Here is a workspace.

You could replace the tcl by the fme datefunctions to achieve the same.

DatumvariantenNaarDigits.fmw



I mostly use this for info.

https://www.tcl.tk/man/tcl8.6/TclCmd/clock.htm#M26


Wed, 04 Sep 2019 15:25:04 GMT gio
Answer by pratap https://knowledge.safe.com/answers/98038/view.html

Hi,

There is no generic solution for this kind. Kindly find the workspace along with data used were attached to this thread. I have prepared based on the data you have presented.

For more data, you have to make sure the mapping because you are using JAN/jan/Raj=1

RakeshReddySafe.fmw

DEL.xlsx

Wed, 04 Sep 2019 04:20:35 GMT pratap
Answer by jdh https://knowledge.safe.com/answers/98010/view.html

I would consider using the DateTimeConverter (formally DateFormatter). You may need to use conditionals and/or split your input data as you have multiple input formats.

See //www.baooytra.com/blog/2017/08/yet-another-awesome-datetime-update-evangelist165/ for a blog post about it.

Tue, 03 Sep 2019 18:13:26 GMT jdh