https://github.com/gggordon/javacsvtransform
Transforms similar CSVs in multiple directories into one formatted CSV file
https://github.com/gggordon/javacsvtransform
Last synced: 4 months ago
JSON representation
Transforms similar CSVs in multiple directories into one formatted CSV file
- Host: GitHub
- URL: https://github.com/gggordon/javacsvtransform
- Owner: gggordon
- License: mit
- Created: 2015-11-21T20:36:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T21:06:10.000Z (over 9 years ago)
- Last Synced: 2023-08-12T15:14:21.358Z (almost 2 years ago)
- Language: Java
- Size: 818 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JAVA CSV Transform
------------------Transforms Similar CSV Files in Sub Directories into a single CSV Database
>Author: gggordon
>Version: 1.0.0
### Usage
```
java -jar build\javacsvtransform.jar [options]
```### Options
| Short Option | Long Option | Description | Default |
|-------------- |------------- |--------------------------------------------------------------------------- |-------------------- |
| -h | -help | Display Help | |
| -d | -dir | Base Directory of CSV files | Current Directory |
| -db | -database | Database File Name | DB-{timestamp}.csv |
| -depth | -depth | Recursive Depth. Set -1 to recurse into directories indefinitely. | -1 |
| -keepTemp | -keepTemp | Keep Temporary Buffer File. All files are concatenated before CSV parsing | |### Notes
This is an Eclipse Project Directory