/Process-File

The app reads the big file line-by-line and prints only country names, which are the first elements of each line. Processing progress is showed with progress bar.

Primary LanguageJavaScript

Process File

How To Run

To run the app you have to open terminal and write the command 'npm run start' and press Enter.

How It Works

The app reads the big file line-by-line and prints only country names, which are the first elements of each line. Processing progress is showen with progress bar.