How to doimport the CSV file to existing table regularly?

This might require some formatting on the date using a new Date() or moment() if your CSV data is a string. You also might want to test changing the column type in your DB from datetime to string or ensure that the column is nullable in the DB setup.

1 Like