Skip to content

Commit

Permalink
Refine README (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Apr 19, 2024
1 parent 55df263 commit ccae1a6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ I believe it is the simplest yet flexible and powerful CSV validator in the worl
* Create a CSV in your pipelines/ETL/CI and ensure that it meets the most stringent expectations.
* Prepare your own libraries with complex rules using [presets](#presets-and-reusable-schemas). This will help you work
with hundreds of different files at the same time.
* [Create schema on the fly](#complete-cli-help-message) based on an existing CSV file (It's beta for now).
* [Comming really soon](#coming-soon). Analyze data in CSV - find out what is stored in your file and get a summary report, and
creating dummy files based on the schema.
* [Create schema on the fly](#complete-cli-help-message) based on an existing CSV file and also analyze data in CSV -
find out what is stored in your file and get a summary report.


<details>
Expand Down Expand Up @@ -1959,10 +1958,6 @@ It's random ideas and plans. No promises and deadlines. Feel free to [help me!](
* Use [Faker](https://github.com/FakerPHP/Faker) for random data generation.
* [ReverseRegex](https://github.com/enso-media/ReverseRegex) to generate text from regex.

* **Analize CSV dataset**
* Calculate statistics for the column (like min, max, average, median, etc).
* Generate valid schema file based on the CSV file.

* **Reporting**
* More report formats (like JSON, XML, etc). Any ideas?
* Gitlab and JUnit reports must be as one structure. It's not so easy to implement. But it's a good idea.
Expand Down

0 comments on commit ccae1a6

Please sign in to comment.