Came across a requirement today to import a csv file into SQL. As usual, I want the quickest way to do this.
The text file looks like this (notice the inconsistent quotes):
1,
"steve"
,123
2,tom,456
3,
"jerry"
,789
Details below