小编Emm*_*tin的帖子

字段中包含分隔符时如何分隔列

我有一个包含 24 个字段的 CSV 文件。该记录类似于下面的示例。因此,某些字段的值带有“,”。如何使用分隔符?

我试图在第 9 列中找到大于 200 的值。但由于分隔符问题,我最终得到了前几列的文本。

"86680728811_10150499874478812","86680728811","fun ,celebrators.","New York City’s buildings, descend on Times Square when the iconic ball drops tomorrow...","abcnews.go.com","link","published_story","271","31","0","0","0","0","0","0","0","http://abcnews.go.com/blogs/headlines/2011/12/wishes-for-2012-to-fall-on-times-square/","https://external.xx.fbcdn.net/safe_image.php?d=AQAbTSWm1WlXInTf&w=130&h=130","2012-01-01 02:00:37"
Run Code Online (Sandbox Code Playgroud)

我该如何解决?

linux command-line csv

1
推荐指数
1
解决办法
84
查看次数

标签 统计

command-line ×1

csv ×1

linux ×1