Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.68 KB

File metadata and controls

49 lines (31 loc) · 1.68 KB

Csv Reader App

This a sample Angular App to read CSV files.

Expected output

Create an Angular app that is capable of importing the attached csv-file and visualize it on the screen

Keep in mind the following:

  1. I should be able to select this file from my computer and see the results on screen
  2. I should be able to filter the results based on minimal issue count
  3. Act as if this code is meant to be production code for the Rabobank

Functional Overview

This is an sample Angluar 6 app which will to read a .csv file. CSV reader application reads, parses and displays csv file contents using HTML5 file reader API.

Requirements

Used Visual Studio Code to develop the csv-reader application.

  1. Node version 8.12
  2. npm version 5.3
  3. Angular 6 CLI version 6.1.1
  4. HTML5 file reader API

Steps to Run

  1. Clone the application

    git clone https://github.com/ajitavchatterjee/csv-reader.git

  2. Open command prompt, navigate to application folder and run below command to install all the dependencies

    npm install

  3. Run the below command to start the application

    ng serve -o

  4. After the server starts, the application will get open in below URL in browser:

    http://localhost:4200

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Screenshot

screenshot

Developed by Ajitav Chatterjee

DISLAIMER: Developed as a Dummy project for Proof of Concept only. It has got nothing to do with actual Rabobank codes/resources.