Skip to content

Instantly share code, notes, and snippets.

@MhdSyrwan
Created May 24, 2014 21:14
Show Gist options
  • Save MhdSyrwan/0b6105dbd54cdea9601c to your computer and use it in GitHub Desktop.
Save MhdSyrwan/0b6105dbd54cdea9601c to your computer and use it in GitHub Desktop.
#!ruby
#encoding: utf-8
require 'csv'
col_data = []
CSV.foreach './posts-new.csv' do |row|
col_data << row[0] # getting the first one
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment