Skip to content

Commit

Permalink
#1659: Update stringified comments to clarify interaction with schema
Browse files Browse the repository at this point in the history
- fixes ExcelControl(stringified=True) documentation could clarify interaction with schemas #1659
  • Loading branch information
richardt-engineb committed Jun 13, 2024
1 parent 212de9e commit fada109
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frictionless/formats/excel/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ class ExcelControl(Control):
"""
Stringifies all the cell values. Default value
is False.
Note that a table resource schema will still be applied and types coerced to match the schema
(either provided or inferred) _after_ the rows are read as strings.
To return all cells as strings then both set `stringified=True` and specify a
schema that defines all fields to be of type string (see #1659)
"""

# Metadata
Expand Down

0 comments on commit fada109

Please sign in to comment.