https://github.com/embulk/embulk-guess-csv_verify
https://github.com/embulk/embulk-guess-csv_verify
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/embulk/embulk-guess-csv_verify
- Owner: embulk
- License: apache-2.0
- Created: 2021-05-11T09:02:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T10:49:53.000Z (over 3 years ago)
- Last Synced: 2025-02-10T10:14:20.991Z (3 months ago)
- Language: Java
- Size: 5.76 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
embulk-guess-csv_verify
========================This is an "experimental" Ruby-based plugin to compare the old Ruby-based CSV guess v.s. the new Java-reimplemented CSV guess. This as a guess plugin returns the result from the old Ruby-based implementation as its own result.
```
exec:
exclude_guess_plugins: ["csv"]
guess_plugins: ["csv_verify"]
in:
type: file
path_prefix: "..."
```It dumps config differences between the old Ruby-based CSV guess and the new Java-reimplemented CSV guess. Make sure they include no credential information.