Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 TransferText 方法将 CSV 逗号分隔文件导入 Access。
然而,我把单元格弄混了——这显然是因为 CSV 包含大于 1000 的数字的逗号。它显然认为在 1,000 逗号处单元格已完成并移至下一个。有什么办法可以解决这个问题吗?
例子:
ID,Cost 1,$300.00 2,$250.00 3,$3,500.00
您可以像下面的示例那样设置格式,效果会更好。
"ID","Cost" "1","$300.00"