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.
我有一个批处理文件,它执行以下 bcp 实用程序命令,该命令执行一个过程(包含用于获取数据的简单选择语句),以将数据导出为 .csv 格式。字段由管道“|”分隔 这在格式文件中已经提到:
bcp "EXEC" queryout "file_name" -c -f "format.fmt" -b "500" -T -s
当一列的数据中有逗号时,逗号后面的数据和其余列中存在的数据不会被拉入 .csv 文件。
如果有人解释这种奇怪的行为会很有帮助!谢谢
使用 [-t !# -r$$##] 代替格式化文件并尝试,它会工作