WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

javabypatel/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: https://javabypatel.blogspot.com/2017/07/read-csv-file-in-angular2.html

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published