Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Apache Spark and Apache Kafka integration and Spark Analytics over DataFrame.
Java 1
-
If you have some csv file and having CRLF, LF in between data and you want to create some table (Hive table). You will face issue that some of column have null value. It’s because line terminator i…
Perl
-
Data purging is powershell script to purge older data based upon a data-retention policy.
PowerShell
-
Java properties file is used to store project configuration data or settings. In this projects will show you how to load properties file.
Java
-
CSV Data Validator is a tool to validate csv file. It parse csv and validate the data with .hdr(csv meta data) before ingestion to Data Lake. It checks data file availability for every day load and…
Java 1
-
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 o…
Java