我刚刚完成了一个小程序包,该程序包用于智能地推断CSV文件的模式(“模式”):
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:…我正在寻找反馈! 让我知道布局是否不清楚或文档是否可以使用某些工作,等等。我在几种不同版本的Java上对其进行了测试,但没有遇到任何问题。
您喜欢我的工作吗? 你讨厌什么? 有什么要改变的吗?
在评论中让我知道! 并感谢您的帮助!
from: https://dev.to//awwsmm/feedback-on-small-java-package-26d6