I followed this video to import CSV file, but I cannot insert data from file to table:
SQL (0.6ms) INSERT INTO products (created_at, id, updated_at) VALUES ('2014-04-07 03:16:07', 27, '2014-04-07 03:16:07')
other fields were not insert in this command. I'm using rails 4 & ruby 2.0
I followed this video to import CSV file, but I cannot insert data from file to table:
SQL (0.6ms) INSERT INTO
products
(created_at
,id
,updated_at
) VALUES ('2014-04-07 03:16:07', 27, '2014-04-07 03:16:07')other fields were not insert in this command. I'm using rails 4 & ruby 2.0