-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data Dictionary Data Types #4173
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the descriptions on Year and Boolean
c36daed
to
f815c58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last change, can you update the format description for the 'number' option from "Any valid string" to "An exact fixed-point number. No non-numeric characters allowed other than the decimal."
fixes [org/repo/issue#]
QA Steps
datetime
year
boolean
default
any
other
default
default
The format of the data in this field. Supported formats depend on the specified field type:
default: An ISO8601 format string of datetime.
any: Any parsable representation of a date. The implementing library can attept to parse the datetime via a range of strategies.
other: If your date values follow a collective but non-ISO8601 pattern, select this option and define the incoming format using the syntax of C / Python strftime. For example, if your data had dates formatted as MM/DD/YYYY, you would enter %m/%d/%Y into the Other format field.
The format of the data in this field. Supported formats depend on the specified field type:
default: 4-digit numbers in the range 1901 to 2155.
The format of the data in this field. Supported formats depend on the specified field type:
default: 1/0 values, or True/False values (not case sensitive).