file1.csv имеет следующую структуру:
Код: Выделить всё
productcode; *many useless columns* ; startdate; enddate; *some other useless columns*
Код: Выделить всё
productcode; *many useless columns different from file1* ; page; startdate; enddate; *some othe useless columns*
Код: Выделить всё
productcode; *useless columns* ; page; startdate; enddate; *useless columns*
Код: Выделить всё
file1.productcode == file2.productcode
Код: Выделить всё
!(file1.endate
Подробнее здесь: [url]https://stackoverflow.com/questions/43941611/how-to-join-two-large-csv-files[/url]
Мобильная версия