Implementation: Implemented by adding the "auto" type specifier for TAB().convert()
Implementation test: Created a table with time values encoded as strings. TAB().convert() correctly detected the datetime type as best fitting auto conversion and applied that
SUMMARY
Implements necessary changes for #67
Reviewers: @numere-org/maintainers
IMPLEMENTATION
"auto"
type specifier forTAB().convert()
TAB().convert()
correctly detected thedatetime
type as best fitting auto conversion and applied thatDOCUMENTATION
TESTS BY REVIEWERS