Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6947749
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:43:59+00:00 2026-05-27T13:43:59+00:00

At various times I find myself with an ‘array of hashes’ in my ruby

  • 0

At various times I find myself with an ‘array of hashes’ in my ruby script, and I want to write them out to a csv file. I know I can use FasterCSV for this.

My question is, what if I want to specify certain fields? How can I do this without having to do the hash filtering myself? Ideally I could specify the field list to FasterCSV, then append the hashes. FasterCSV would then take care of filtering the values to the keys that match the specified fields and do the rest.

Python has a lib called DictWriter which can do this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T13:43:59+00:00Added an answer on May 27, 2026 at 1:43 pm

    Ok, I asked your question to James (author of FasterCSV), and here’s his answer:

    If you have array of hashes, say

    [{a: 1, b: 2, x: 0}, {a: 2, b: 3}]
    

    And you want only :a and :b keys, you may do the following:

    >> CSV.generate(headers: [:a, :b]) do |csv|
      |   [{a: 1, b: 2, x: 0}, {a: 3, b: 10}].each do |row|
      |     csv << row
      |   end
      | end
     => "1,2\n3,10\n"
    

    Hope that helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Often times, I find myself navigating very deep into a directory and wanting to
At various times in my career I have encouraged staff I worked with and/or
I'm trying to analyze some running times for various methods in my default.aspx.cs page.
I have a certain loop occurring several times in various functions in my code.
I have a webpage that I use h1 tags multiple times within various DIVs
I have a function that I have used a bunch of times in various
I have various time-series I'd like to correlate and present as either a csv-file
When replacing code on various documents, sometimes we face hard times, having to do
I find myself occasionally in C# 3.0 looking for ways to simulate the notion
Question: I want to programmatically find image files of a personal nature. What characteristics

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.