Skip to content

Commit

Permalink
New Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Smet committed Mar 11, 2024
1 parent db26023 commit 55d6c18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


* [Introduction](#introduction)
* [Why Validate CSV Files in CI?](#why-validate-csv-files-in-ci)
* [Why validate CSV files in CI?](#why-validate-csv-files-in-ci)
* [Features](#features)
* [Live Demo](#live-demo)
* [Usage](#usage)
Expand All @@ -30,7 +30,7 @@ a predefined schema specified in YAML format. With the capability to run both lo
JBZoo/Csv-Blueprint is an ideal choice for integrating into CI/CD pipelines, such as GitHub Actions,
to ensure the integrity of CSV data in your projects.

## Why Validate CSV Files in CI?
## Why validate CSV files in CI?

Validating CSV files at the Continuous Integration (CI) level within a repository is crucial for several reasons in data engineering:

Expand Down Expand Up @@ -242,8 +242,6 @@ columns:

```

### Schema file examples

In the [example Yml file](schema-examples/full.yml) you can find a detailed description of all features.
It's also covered by tests, so it's always up-to-date.

Expand All @@ -255,6 +253,8 @@ This gives you great flexibility when validating CSV files.
* You are always free to add your option anywhere (except the `rules` list) and it will be ignored. I find it convenient for additional integrations and customization.


### Schema file examples

```yml
# It's a full example of the CSV schema file in YAML format.

Expand Down

0 comments on commit 55d6c18

Please sign in to comment.