我刚刚完成了一个小程序包,该程序包用于智能地推断CSV文件的模式(“模式”):

对小型Java包的反馈 awwsmm / scheme

A minimal package for intelligently inferring schemata of CSV files

scheme

A minimal package for intelligently inferring schemata of CSV files.

对小型Java包的反馈 对小型Java包的反馈 对小型Java包的反馈

  • 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):

对小型Java包的反馈

Navigate to the target directory:

in Windows Explorer

对小型Java包的反馈

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上对其进行了测试,但没有遇到任何问题。

Ĵavadoc available here.

您喜欢我的工作吗? 你讨厌什么? 有什么要改变的吗?

在评论中让我知道! 并感谢您的帮助!

from: https://dev.to//awwsmm/feedback-on-small-java-package-26d6

相关文章:

  • 2021-08-20
  • 2021-10-12
  • 2021-12-19
  • 2021-12-12
  • 2022-01-02
  • 2021-10-01
  • 2021-12-22
猜你喜欢
  • 2021-10-28
  • 2021-10-18
  • 2022-12-23
  • 2021-07-19
  • 2021-09-21
  • 2021-09-18
相关资源
相似解决方案