sas:csv文件在逗号之前但引号之外有空格
我尝试使用 SAS 读取的 csv 文件在带双引号的字段之间有空格。
示例:
"ok","bad spaces ahead" ,"more data" _______________________^spaces^____________
如何让 SAS 正确读取此内容?我需要更换 csv 吗?
A csv file I am trying to read with SAS has spaces between fields with double quotes.
example:
"ok","bad spaces ahead" ,"more data" _______________________^spaces^____________
How do I get SAS to read this correctly? Do I need to have the csv replaced?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 infile 语句中添加 dsd 和 missover 有效吗?
从日志中:
adding dsd and missover in your infile statement works?
from the log: