Seeding the DB
Make sure you properly installed the system and setup/fieldsMapping.js is configured.
Upload your csv file to
data/dataset1.csv.Seed the first 100 entries.
node build/seed.js data/dataset1.csv 0 100Replay step 3 with
[101, 200],[201, 300], or just seed the whole dataset at once.node build/seed.js data/dataset1.csv 0 NUM_OF_ROWS_IN_CSV