/Angular2-Read-CSV-File

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

Primary LanguageTypeScriptMIT LicenseMIT

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