Hello, I'm new, i don't even know if i'm in the right place.
I have a problem, i have a lot of information in a .csv file, and the datetime format is "yyyyMMdd HHmmss", so when i go to the Import/Export Wizard, i can't find the way to parse that format to a correct one.
With MySQL, i can import it easily, it parses that format. But MySQL is very slow for my project.
I tried looking at BULK INSERT, but i didn't find where to put the code that has to parse/format the string to a date.
Thank you in advance.
I have a problem, i have a lot of information in a .csv file, and the datetime format is "yyyyMMdd HHmmss", so when i go to the Import/Export Wizard, i can't find the way to parse that format to a correct one.
With MySQL, i can import it easily, it parses that format. But MySQL is very slow for my project.
I tried looking at BULK INSERT, but i didn't find where to put the code that has to parse/format the string to a date.
Thank you in advance.