Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 4, 2024
1 parent ca88239 commit 10e2d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if not present in a datafile, following the same syntax as `fieldPattern` key.
with either "date_" / "_date" in the field name or that have format date
set in the JSON schema
* **returnUnmatched**: Returns all values that are not able to be converted
according to the provided rules and formats. For fields with [value mappings](#field-with-value-mapping), it is equivalent to using `ignoreMissingKeys`. Fields using [data transformation functions](#data-transformations-(apply)) will issue a warning to the
according to the provided rules and formats. For fields with [value mappings](#field-with-value-mapping), it is equivalent to using `ignoreMissingKeys`. Fields using [data transformation functions](#data-transformations-(apply)) will issue a warning to the
terminal describing the error in the transformation. Transformations requiring multiple
parameters will only return the current field value that was not transformed.
> :warning: This is likely to return columns with non-matching datatypes. External json
Expand Down

0 comments on commit 10e2d72

Please sign in to comment.