Sample Angular2 app to Read .csv file in Angular2. Application read, parse and display csv file contents using Angular2.
Sample application features:
- It provides configurable on/off validations feature as shown below.
export class Constants {
static tokenDelimeter = ",";
static isHeaderPresentFlag = true;
static validateHeaderAndRecordLengthFlag = true;
static valildateFileExtenstionFlag = true;
}
- Configurable token delimeter.
Detailed examplation: https://javabypatel.blogspot.com/2017/07/read-csv-file-in-angular2.html