Using moment() function with bulk insert

Hi @joshpayne! Thanks for posting and welcome! :sunglasses:

I think the return type from moment() is an object, so the error is likely from trying to parse this as an object. Can you successfully run the query with moment().toString() instead?

1 Like