bvpatel / FileTypeIdentification

The File type Identification application allow a user to get information about file type from data sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File type Identification

Version number: 1.0 R1

The File type Identification application allow a user to get information about file type from data sources which are find in data-sources.properties under src/main/resources

Tools and Technologies used

  • Java
  • Maven
  • JUnit

Prerequisite

  1. Java (1.8)
  2. Maven (3.3.9)

Getting started

  1. Goto Project folder
  2. Install maven dependencies
    mvn install
  3. To run application. Please pass input file path and output file path in args.
    mvn package
    mvn exec:java -Dexec.args="-i input.txt -o output.txt"

About

The File type Identification application allow a user to get information about file type from data sources


Languages

Language:Java 100.0%