A tool for parsing csv files. Provides an easy way for extracting data from a specific file in different modes. It currently supports line by line extracting data mode and in-memory file processing.
Handy tool to monitor a folder for change and import newly added csv files to influxDB. Ideal for importing daily logs uploaded from remote data loggers
CSVParser is a tool to parse csv file using univocity and commons csv parsers. It cleans new line (\n) character & special characters between data. It also handle various garbage data like odd no of quotes or delimiters in side quotes. It validate each record with specified delimiter count and separate it out to _GoodRecords.CSV and _BadRecords.CSV file. This is a Data Cleaner tool to run before ingestion to Data Lake. It make sure data is in right csv format to build table on it.
Creating Express JS API from scratch, store all data in MySql, develop functional and class based components in React JS, creating forms - end stores to save, update, retrieve data, creating a login