Date/time conversion: Using the fuzzy date/time parser

What the bare bones of the Translator gives you

If you try and map an incorrectly formatted date time string to a date/time column you are likely to see an error something like this:

It’s not hard to write string munching code to break apart that date/time format into pieces and format it in the desired form. It’s easier to use the fuzzy date time parser we wrote though have it handle the conversion automatically.

Leave A Comment?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.