Hello all, I'm using faster_csv to import some csv formatted data to a database. I'm using FasterCSV.foreach method to add all data but I came across with a problem I don't know how to overcome. First I convert all csv data using the available converters (and also adding some others) but before I insert the data to the database I need to know each column type in order to first create the table and then insert the data. Does anyone know how to do this? Thanks in advance. Best regards, Migrate -- Posted via http://www.ruby-forum.com/.