次のような行を含む CSV ファイルがあります。
"header1", "header2"
"header
with many lines", """header with quotations in it"""
Excel では次のように表示されます。
header1, header2
header "header with quotations in it"
with many lines
これを SQL Server データベースにインポートし、Excel に表示されるすべての文字と改行を保持したいと考えています。一括挿入機能はこれをサポートしますか? もしそうなら、どのように?