Skip to content

Commit

Permalink
Corrected typo in README documentation
Browse files Browse the repository at this point in the history
A minor typo in the README.md file has been fixed to improve readability. The slight punctuation error within the "Batch processing" section was corrected where a comma was missing after stating the use of the flag to ignore filename pattern.
  • Loading branch information
Denis Smet committed Mar 17, 2024
1 parent d8593f2 commit eeae857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ It's random ideas and plans. No orderings and deadlines. <u>But batch processing
**Batch processing**
* If option `--csv` is not specified, then the STDIN is used. To build a pipeline in Unix-like systems.
* Discovering CSV files by `filename_pattern` in the schema file. In case you have a lot of schemas and a lot of CSV files and want to automate the process as one command.
* Flag to ignore file name pattern. It's useful when you have a lot of files and you don't want to validate the file name.
* Flag to ignore file name pattern. It's useful when you have a lot of files, and you don't want to validate the file name.

**Validation**
* More aggregate rules.
Expand Down

0 comments on commit eeae857

Please sign in to comment.