No release in over a year
Verification-purpose Embulk CSV guess plugin to compare the old Ruby-based one and the new Java-based one (not for your production use; note that 'decoders' and 'parser' sections in your configuration can be logged even if they contain confidential information)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 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.