Mysql
 sql >> Database >  >> RDS >> Mysql

Aggiunta di colonne (query SQL) a un file CSV in Ruby

Credo che Enumerable.zip sia il metodo che stai cercando.

Date le tue tre domande:

csv << [ 'Month', 'Day', 'Year' ]
csv << month.zip( day, year )