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
- Java
- Maven
- JUnit
- Java (1.8)
- Maven (3.3.9)
- Goto Project folder
- Install maven dependencies
mvn install
- 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"