MacRuby
Register
Lost Password
Login
Projects
BridgeSupport
CalendarServer
Darwin Streaming Server
DarwinBuild
MacPorts
MacRuby
WebKit
XQuartz
ZFS
launchd
Home
Blog
Install
New Ticket
View Tickets
Browse Source
Search:
Context Navigation
Back to Ticket #125
Ticket #125
: csvtest.rb
File csvtest.rb,
108 bytes
(added by deepak.gulati@…,
4 months
ago)
Line
1
require
'CSV'
2
CSV
.
foreach
(
"books.csv"
,
headers
:
true
)
do
|
row
|
3
puts
"
#{
row
[
"Name"
]
}
,
#{
row
[
"Price"
]
}
"
4
end
Download in other formats:
Original Format