scheme
A minimal package for intelligently inferring schemata of CSV files.
- Self-contained -- no external dependencies
- Compatible -- runs on any Java version >= 8
- Easy -- works immediately with no configuration required
Built to more intelligently infer schemata for creating Parquet files from CSV.
Download
Download the repository (and unzip if you downloaded the ZIP file):
Navigate to the target
directory:
in Windows Explorer
in Windows cmd
prompt
C:\>cd C:\Users\myusername\Downloads\scheme-master\target
C:\Users\myusername\Downloads\scheme-master\target>dir
Volume in drive C is Windows
Volume Serial Number is 14EE-41C8
Directory of C:\Users\myusername\Downloads\scheme-master\target
18 Sep 2019 17:30 <DIR> .
18 Sep 2019 17:30 <DIR> ..
18 Sep 2019 17:30 931 coverage.svg
18 Sep 2019 17:30 17,449 scheme-1.0.jar
2 File(s) 18,380 bytes
2 Dir(s) 2,749,439,602,688 bytes free
in a bash
(or similar) shell on a UNIX-like OS
$ git clone https://github.com/awwsmm/scheme.git
Cloning into 'scheme'
remote: Enumerating objects:
…