Skip to content

Sample Angular2 application that demonstrate how to Read, Parse and Display csv file contents.

License

Notifications You must be signed in to change notification settings

bigjungle/Angular2-Read-CSV-File

 
 

Repository files navigation

Angular2-Read-CSV-File

Sample Angular2 app to Read .csv file in Angular2. Application read, parse and display csv file contents using Angular2.

Sample application features:

  1. It provides configurable on/off validations feature as shown below.
export class Constants {
    static tokenDelimeter = ",";
    static isHeaderPresentFlag = true;
    static validateHeaderAndRecordLengthFlag = true;
    static valildateFileExtenstionFlag = true;
}
  1. Configurable token delimeter.

Detailed examplation: http://javabypatel.blogspot.in/2017/07/read-csv-file-in-angular2.html

About

Sample Angular2 application that demonstrate how to Read, Parse and Display csv file contents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.0%
  • JavaScript 15.1%
  • HTML 12.9%