datamaps versions will mirror these versions as long as there are significant-enough interface changes.
- Basic type-checking (NUMBER, TEXT, DATE)
NB: Formats used here are unstable.
- Rules-based type-checking
- Cell cannot be blank (
NOBLANK
) - Dates must be within a certain range (
DATE>2020-01-10
orDATE<2010-10-10
) - Numbers must be within a certain range (
NUMBER>10
) - Text length must be within a certain range (
TEXT<200
) - Text contains/choices (
TEXTCONTAIN Yes|No
orTEXTNOTCONTAIN Yes|No
)
- Cell cannot be blank (
- Import direct to SQLite database
- Convert master files to SQLite database
- Removal of master as a storage medium