comma_splice:修复值中带逗号的CSV

时间:2021-03-10 06:27:54
【文件属性】:
文件名称:comma_splice:修复值中带逗号的CSV
文件大小:41KB
文件格式:ZIP
更新时间:2021-03-10 06:27:54
ruby csv-converter csv csv-files command-line-tool 逗号拼接 这个gem解决了:当CSV的值中包含逗号且未引用这些值时。 这样可以确定哪些逗号分隔字段,哪些逗号是值的一部分,并更正文件。 例如,给定以下CSV timestamp,artist,title,albumtitle,label 01-27-2019 @ 12:34:00,Lester Sterling, Lynn Taitt & The Jets,Check Point Charlie,Merritone Rock Steady 3: Bang Bang Rock Steady 1966-1968,Dub Store, 01-27-2019 @ 12:31:00,Lester Sterling,Lester Sterling Special,Merritone Rock Steady 2: This Music Got Soul 1966-1967,Dub Store, 错误
【文件预览】:
comma_splice-main
----.gitignore(113B)
----.rspec(31B)
----bin()
--------setup(131B)
--------console(347B)
--------comma_splice(2KB)
----comma_splice.gemspec(2KB)
----CHANGELOG.md(1KB)
----LICENSE.txt(1KB)
----.github()
--------workflows()
----spec()
--------basic_spec.rb(2KB)
--------test_csvs()
--------variable_column_finder_spec.rb(771B)
--------numbers_spec.rb(469B)
--------tricky_line_spec.rb(7KB)
--------spec_helper.rb(373B)
--------join_possibilities_spec.rb(886B)
--------content_finder_spec.rb(1KB)
----README.md(5KB)
----lib()
--------comma_splice.rb(573B)
--------comma_splice()
----Gemfile(142B)
----Rakefile(51B)
----Gemfile.lock(1KB)

网友评论