I'm struggling with how to use node-csv with Meteor Futures to read in a CSV file that's too large to fit into main memory, and process it and store it into a Meteor Collection.
Could you add an example of reading CSV files that uses Futures? Thanks!