I highly recommend using the database instead and running queries (e.g. using Access). With proper SQL queries, you can filter the columns you need to see without processing such huge files at the same time. Someone may need to write a script to enter each line of the csv file (and future changes to the csv file) into the database.
source
share