Skip to content

Commit

Permalink
πŸ“ README - Add light description of the API
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdetronquito committed Oct 6, 2022
1 parent f09eba4 commit c9e3ebb
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,34 @@ schema = {

rows, errors= csvmagic.parse(data="...", schema=schema)
```


## API

### File types

- CSV (with or without header)
- Columnar

### Fields

#### Types

- str
- int
- decimal

#### Pre-processors

- left-pad-zeroes
- map
- replace
- strip-whitespaces

#### Validators

- regex-matches

#### Post-processors

- divide

0 comments on commit c9e3ebb

Please sign in to comment.