kcheriyath/csvlinter

Lint your delimited files including comma (csv), tab separated etc using csvlint

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
file_list(optional) when defined, linter will use this file list only and find* parameters are ignored. Use as a static list or with jitterbit/get-changed-files to check only new files.no
find_path(optional) when defined, find command is used to search for csv files in the path, relative to project root. defaults to .no.
find_pattern(optional) File name or pattern to find. Defaults to *.csvno*.csv
extra_params(optional) extra parameters passed to the csvlint command. see usage in README.no
verbose(optional) Set to false to reduce log output to only errors. Defaults to true.notrue
fail_on_error(optional) Should action fail on errornotrue

no outputs