GithubHelp home page GithubHelp logo

Comments (5)

kou avatar kou commented on August 23, 2024 1

Could you open a PR for it?

from csv.

kou avatar kou commented on August 23, 2024

Could you add out_write_headers: true option?

from csv.

jeropaul avatar jeropaul commented on August 23, 2024

No dice on that one, results in the header row being sent to the block, which results in the following:

irb(main):006> CSV.filter(input, output, headers: true, out_write_headers: true) { |row| row['Date and Time'] = "#{row['Date and Time']}+HUH"}
(irb):6:in `[]': no implicit conversion of String into Integer (TypeError)

CSV.filter(input, output, headers: true, out_write_headers: true) { |row| row['Date and Time'] = "#{row['Date and Time']}+HUH"}
                                                                                                        ^^^^^^^^^^^^^^^
	from (irb):6:in `block in <top (required)>'
	from /usr/local/bundle/gems/csv-3.3.0/lib/csv.rb:1231:in `filter'
	from (irb):6:in `<main>'
	from <internal:kernel>:187:in `loop'
	from /usr/local/bundle/gems/irb-1.12.0/exe/irb:9:in `<top (required)>'
	from /usr/local/bundle/bin/irb:25:in `load'
	from /usr/local/bundle/bin/irb:25:in `<top (required)>'
	from /usr/local/bundle/gems/bundler-2.5.7/lib/bundler/cli/exec.rb:58:in `load'
	from /usr/local/bundle/gems/bundler-2.5.7/lib/bundler/cli/exec.rb:58:in `kernel_load'
	from /usr/local/bundle/gems/bundler-2.5.7/lib/bundler/cli/exec.rb:23:in `run'
	from /usr/local/bundle/gems/bundler-2.5.7/lib/bundler/cli.rb:451:in `exec'
	from /usr/local/bundle/gems/bundler-2.5.7/lib/bundler/vendor/thor/lib/thor/command.rb:28:in `run'
	from /usr/local/bundle/gems/bundler-2.5.7/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
	from /usr/local/bundle/gems/bundler-2.5.7/lib/bundler/vendor/thor/lib/thor.rb:527:in `dispatch'
	from /usr/local/bundle/gems/bundler-2.5.7/lib/bundler/cli.rb:34:in `dispatch'
	from /usr/local/bundle/gems/bundler-2.5.7/lib/bundler/vendor/thor/lib/thor/base.rb:584:in `start'
	... 6 levels...

from csv.

kou avatar kou commented on August 23, 2024

The first row is the header and it's an Array:

CSV.filter(input, output, headers: true, out_write_headers: true) { |row| row['Date and Time'] = "#{row['Date and Time']}+HUH" unless row.is_a?(Array)}

from csv.

jeropaul avatar jeropaul commented on August 23, 2024

The first row is the header and it's an Array:

CSV.filter(input, output, headers: true, out_write_headers: true) { |row| row['Date and Time'] = "#{row['Date and Time']}+HUH" unless row.is_a?(Array)}

Okay I've found a unit test that describes this behaviour

The recipe really should be updated https://ruby.github.io/csv/doc/csv/recipes/filtering_rdoc.html#label-Recipe-3A+Filter+String+to+String+with+Headers

from csv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.