We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080ea1f commit 8b92d44Copy full SHA for 8b92d44
ckanext/xloader/config_declaration.yaml
@@ -54,6 +54,8 @@ groups:
54
description: |
55
Use with ckanext.xloader.use_type_guessing to set strict true or false
56
for type guessing. If set to False, the types will always fallback to string type.
57
+
58
+ Strict means that a type will not be guessed if parsing fails for a single cell in the column.
59
type: bool
60
required: false
61
- key: ckanext.xloader.parse_dates_dayfirst
0 commit comments