g1.types detects strings ending with space and then number as dates (not strings)
when you pass strings that end with space and number, when using {convert: true}
.
g1.types([{NAME: "Gramex 1"}], {convert: true})
{NAME: "date"}
Issue is with how Date.parse
behaves.
Date.parse('Gramex 1')
978287400000
raised by @pratap.vardhan
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information