我有一个长 CSV 文件(从 excel 导出),如下所示:
Architecture (ARCH),201,Basic Drawing, 9-12PM, 3
Architecture (ARCH),202,Graphic Commun, 9-12PM, 3
Architecture (ARCH),211,Digital Drawing,130-230PM,3
Architecture (ARCH),212,Understand Arch,10-11AM, 3
当我尝试通过 SQLite3 shell 导入它时,它只需要第一行。我怎样才能解决这个问题?