You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dataset that has a column that is mostly numbers, but a few values like 2A. I need to ensure this is a string, but the SDK keeps typing it as a number (and losing any alphabetical designations in the process, thus breaking the IDs). I've tried configuring it in template.yml a few ways, up to:
- key: code
name: Code
dataset: geography
type: column
column: france_departments::B
data_type: string
assignment:
hints:
string: true # This default can be omitted.
number: false # This stops number columns being picked.
No matter how explicit I am, the SDK seems to ignore the data_type setting.
The text was updated successfully, but these errors were encountered:
I tried publishing the template to see whether it was an issue restricted to the SDK and it appears not to — the data table loading on the server seems broken. The only way to ensure a column is typed as a number is to have no cells that can be coerced to a number.
aendra-rininsland
changed the title
SDK doesn't respect data_type, hints in template.yml
SDK and App don't respect data_type, hints in template.yml
Mar 9, 2022
aendra-rininsland
changed the title
SDK and App don't respect data_type, hints in template.yml
SDK and Server don't respect data_type, hints in template.yml
Mar 9, 2022
I have a dataset that has a column that is mostly numbers, but a few values like
2A
. I need to ensure this is a string, but the SDK keeps typing it as a number (and losing any alphabetical designations in the process, thus breaking the IDs). I've tried configuring it in template.yml a few ways, up to:No matter how explicit I am, the SDK seems to ignore the data_type setting.
The text was updated successfully, but these errors were encountered: