This a sample Angular App to read CSV files.
Create an Angular app that is capable of importing the attached csv-file and visualize it on the screen
Keep in mind the following:
- I should be able to select this file from my computer and see the results on screen
- I should be able to filter the results based on minimal issue count
- Act as if this code is meant to be production code for the Rabobank
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.
Used Visual Studio Code to develop the csv-reader application.
- Node version 8.12
- npm version 5.3
- Angular 6 CLI version 6.1.1
- HTML5 file reader API
-
Clone the application
git clone https://github.com/ajitavchatterjee/csv-reader.git
-
Open command prompt, navigate to application folder and run below command to install all the dependencies
npm install
-
Run the below command to start the application
ng serve -o
-
After the server starts, the application will get open in below URL in browser:
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.
