Skip to content

Commit

Permalink
fix: Document the option to specify the rule path in Quilt mode. #17
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi authored Jan 18, 2025
1 parent d4debd8 commit 3870388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![PyPI version](https://badge.fury.io/py/qsv.svg)](https://badge.fury.io/py/qsv)
![PyPI - Downloads](https://img.shields.io/pypi/dm/qsv)

![quilter-csv](https://gist.githubusercontent.com/sumeshi/644af27c8960a9b6be6c7470fe4dca59/raw/4115bc2ccf9ab5fb40a455c34ac0be885b7f263d/quilter-csv.svg)
![quilter-csv](https://gist.githubusercontent.com/sumeshi/644af27c8960a9b6be6c7470fe4dca59/raw/00d774e6814a462eb48e68f29fc6226976238777/quilter-csv.svg)

A tool that provides elastic and rapid filtering for efficient analysis of huge CSV files, such as eventlogs.

Expand Down Expand Up @@ -318,7 +318,7 @@ Quilt is a command-line tool that allows you to define a sequence of **Initializ

| Category | Parameter | Data Type | Default Value | Description |
| -------- | --------- | ---------- | ------------- | ----------------------------------------------------------------------------------------------------------- |
| Argument | config | str | | Path to a YAML configuration file that defines initializers, chainable functions, and finalizers steps. |
| Argument | config | str | | Path to a YAML configuration file/directory that defines initializers, chainable functions, and finalizers steps. |
| Argument | path | tuple[str] | | One or more paths to CSV files to be processed according to the predefined rules in the configuration file. |

#### Command Example
Expand Down

0 comments on commit 3870388

Please sign in to comment.