feat: excel parser - handle date, datetime, duplicate column

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2021-11-18 14:55:41 +05:30
parent f6b21429ff
commit cc9956df1f
7 changed files with 101 additions and 61 deletions

View File

@@ -776,7 +776,7 @@ export class SqliteUi {
colProp.dt = 'varchar'
break
case 'Date':
colProp.dt = 'varchar'
colProp.dt = 'date'
break
case 'Year':