kcheriyath/csvlinter
Lint your delimited files including comma (csv), tab separated etc using csvlint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| 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 *.csv | no | *.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. | no | true |
| fail_on_error | (optional) Should action fail on error | no | true |
Outputs
no outputs