Amélie Rondot

Results 6 issues of Amélie Rondot

- fixes #1633 - fixes #1635 --- This PR fixes unexpected `missing-label` error in validation report which occurs when validating tabular data in this specific case (#1635): The data contains...

work-in-progress

## Overview In the of migration from v4 to v5 of frictionless-py in validata.fr, we experienced an unexpected `missing-label` error when validating a tabular data with `header_case=False` dialect option and...

## Overview In the of migration from v4 to v5 of `frictionless-py` in [validata.fr](https://validata.fr/), we experienced an unexpected `KeyError` when validating a tabular data which not contains a `primary_key` header...

- fixes #1610 This PR fixes the `field-error` which occured doing `frictionless validate data.csv --schema schema.json` with a `TableSchema` `schema` containing a `BooleanField` customised with 'trueValues' or 'falseValues' and 'example'...

work-in-progress

### Overview Using frictionless validate I got this unvalid report of validation: ``` frictionless validate data.csv --schema schema.json ──────────────────────────────────────────────────────────────────────────────────────────────────────────── Dataset ───────────────────────────────────────────────────────────────────────────────────────────────────────────── dataset ┏━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓ ┃ name ┃ type ┃ path ┃...

# Overview Using frictionless cli to validate a CSV file containing an empty line above headers, I got this error: ``` frictionless validate --schema schema.json empty-first-line-above-headers.csv --schema-sync # ------- #...

general