chrthomsen / pygrametl

Official repository for pygrametl - ETL programming in Python
http://pygrametl.org
BSD 2-Clause "Simplified" License
289 stars 41 forks source link

More robust ymdparser and ymdhmsparser. #54

Closed chrthomsen closed 1 year ago

chrthomsen commented 1 year ago

ymdparser and ymdhmsparser now accept datetime.date(time) as input. Any other input is cast to a str and quotes are removed before it is split into the needed parts to create a datetime.date(time).

Closes GitHub issue #40 and closes GitHub PR #41 (which inspired this).