Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create node project name Lab01_ StudentID_COMP3133 Add required modules to the project npm install --save csv-parser Download given input_countries.csv file to read data and perform

  1. Create node project name Lab01_ StudentID_COMP3133
  2. Add required modules to the project

npm install --save csv-parser

  1. Download given input_countries.csv file to read data and perform following task
    1. Delete canada.txt and usa.txt if already exist using fs module
    2. Filter data of Canada and write data to canada.txt
    3. Filter data of United States and write data to usa.txt
  1. Create node project name Lab01_ StudentID_COMP3133
  2. Add required modules to the project

npm install --save csv-parser

  1. Download given input_countries.csv file to read data and perform following task
    1. Delete canada.txt and usa.txt if already exist using fs module
    2. Filter data of Canada and write data to canada.txt
    3. Filter data of United States and write data to usa.txt

Sample Output of canada.txt file

country,year,population

canada,1985,23456778

canada,1986,23457589

********************

input_countries.csv file is pasted below

country year population
Afghanistan 1952 8425333
Afghanistan 1957 9240934
Afghanistan 1962 10267083
Afghanistan 1967 11537966
Afghanistan 1972 13079460
Afghanistan 1977 14880372
Afghanistan 1982 12881816
Afghanistan 1987 13867957
Afghanistan 1992 16317921
Afghanistan 1997 22227415
Afghanistan 2002 25268405
Afghanistan 2007 31889923

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Refactoring Databases Evolutionary Database Design

Authors: Scott Ambler, Pramod Sadalage

1st Edition

0321774515, 978-0321774514

More Books

Students also viewed these Databases questions

Question

=+2 Is the decision sustainable in the long run?

Answered: 1 week ago

Question

=+1 Is the decision fair to employees?

Answered: 1 week ago