I have two .csv files like that example:
date,type,brand,model,price
2014-11-27, electric, tesla, model s , 100000
2014-11-27, diesel, bmw, m3, 90000
2014-12-13, hybrid, toyota, yaris , 20000
How can I merge these files for make only one object?
Two files has the first row with names of columns, it's possible to delete? Or add it if I get the files without that first row?