PowerShell & MySQL Demo

preview_player
Показать описание
During This Demonstration, expert instructor Rafiq Wayani will demonstrate how to take a CSV file and import it into MySQL using PowerShell.
Рекомендации по теме
Комментарии
Автор

You can optionally use the -Parameters parameter if you don't want to do string concatenation.

potatoradio
Автор

Great video. Any idea how to handle special characters like # and % when those are use in Column names on the table and CSV file? The ` (backtick) symbol seems to work in MySQL workbench, but can't get it to work when using my PS script like yours.

jimterpstra
Автор

This is helpful. Thanks for making this video....

prakashjha
Автор

Good video Rafiq Wayani, I have one question I'm using the csv with the decimal limiter, instead of an . and now i'm getting an error cause of this. How can I fix it?

trainergo
Автор

Your content is nice, but I have a question for you. Why do you yell all the time during your Coursera SQL Proficiency Course? Did you think your mic volume was low or something? Your voice here on this video is in a nice calm tone.

LeoAlexandre
Автор

at the 9 min mark trying the foreach after I press enter i receive this error not what you show any ideas ? PS C:\temp\tools> foreach ($user in $userdata)
Missing statement body in foreach loop.
+ CategoryInfo : ParserError: (:) [],
+ FullyQualifiedErrorId : MissingForeachStatement

abrickwo