Skip to content

Commit 29de39c

Browse files
committed
feat(misc): config description;
- Added to config declaration description.
1 parent b483cce commit 29de39c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ckanext/xloader/config_declaration.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ groups:
5252
description: |
5353
Use with ckanext.xloader.use_type_guessing to set strict true or false
5454
for type guessing. If set to False, the types will always fallback to string type.
55+
56+
Strict means that a type will not be guessed if parsing fails for a single cell in the column.
5557
type: bool
5658
- key: ckanext.xloader.max_type_guessing_length
5759
default: 0

0 commit comments

Comments
 (0)