484 Commits (3eed09041d7588057a378c5ca775662d042d85ac)

Author SHA1 Message Date
Wing-Kam Wong 3d18d991e2 fix(nc-gui): fallback to row[i] if cellObj.w s not found 2 years ago
Wing-Kam Wong b6f81de2b3 refactor(nc-gui): move the parse string date logic to dateTimeUtil 2 years ago
Wing-Kam Wong 1a29bd0166 refactor(nc-gui): rename variables & props 2 years ago
Wing-Kam Wong 2e3f843ee9 chore(nc-gui): remove console log 2 years ago
Wing-Kam Wong c513997014 fix(nc-gui): import to existing table issue 2 years ago
Wing-Kam Wong 952a32c327 feat(nc-gui): skip empty lines when parsing 2 years ago
flisowna 440765cff8 geodata: add 'Add Map View' button 2 years ago
Wing-Kam Wong 34eddb9f15 fix(nc-gui): autoSelectFieldType -> autoSelectFieldTypes 2 years ago
Wing-Kam Wong f308f41bb3 fix(nc-gui): take raw data if autoSelectFieldType is true 2 years ago
Wing-Kam Wong 1d36ecc17f refactor(nc-gui): fall currency & date to the else case 2 years ago
Wing-Kam Wong 2dc5045891 feat(nc-gui): allow Auto-Select Field Types in Excel & JSON import 2 years ago
Wing-Kam Wong 4ad73666f8 feat(nc-gui): optionally import data 2 years ago
Wing-Kam Wong a2e515de5d feat(nc-gui): add callback to excel parsing + refactor 2 years ago
Wing-Kam Wong 404374a988 fix(nc-gui): lint 2 years ago
Wing-Kam Wong 1e533a018f feat(nc-gui): add callback function in parse 2 years ago
Wing-Kam Wong aa31a9320a fix(nc-gui): correct insert data starting row 2 years ago
Wing-Kam Wong e8c904bdba fix(nc-gui): header -> firstRowAsHeaders 2 years ago
Wing-Kam Wong 5c14090e4d feat(nc-gui): add detectColumnType logic 2 years ago
Wing-Kam Wong 0de099c618 feat(nc-gui): create dummy column names when header is not available 2 years ago
Wing-Kam Wong 33406498e7 fix(nc-gui): lint issues, remove worker & add skipEmptyLines 2 years ago
Wing-Kam Wong 6c7d5e0594 refactor(nc-gui): getPossibleUidt function 2 years ago
Wing-Kam Wong a9e272e074 feat(nc-gui): import numeric detection logic 2 years ago
Wing-Kam Wong 3f435a1bae fix(nc-gui): import DateTime & Date detection logic 2 years ago
Wing-Kam Wong 5a4efd58d8 fix(nc-gui): csv import column detection logic 2 years ago
Wing-Kam Wong 8b82b8a15e fix(nc-gui): single select detection & select type 2 years ago
Wing-Kam Wong e82ddb0966 feat(nc-gui): handle datetime logic for import 2 years ago
Wing-Kam Wong a8640df6a9 fix(nc-gui): revise getCheckboxValue type 2 years ago
Wing-Kam Wong e2925fe06e feat(nc-gui): add csvTemplateAdapter getData logic 2 years ago
Wing-Kam Wong c43233ebd7 refactor(nc-gui): pass tn & delete column values after it is used 2 years ago
Wing-Kam Wong 15bda1fb1c fix(nc-gui): retrieve tn from fileName for csv import 2 years ago
Wing-Kam Wong a3fa0e1e3c chore(nc-gui): lint 2 years ago
Wing-Kam Wong e4d8683fa6 chore(nc-gui): revise TODO tag for import for tracking easily later 2 years ago
Wing-Kam Wong 1b2a508fbb refactor(nc-gui): remove file name to adapter 2 years ago
Wing-Kam Wong a25f32f184 feat(nc-gui): add callback & push non-nullable data to columnValues 2 years ago
Wing-Kam Wong 0ba2778c57 wip(nc-gui): csv template adapter with papaparse v5 streaming 2 years ago
Wing-Kam Wong 6d6b931953 fix(nc-gui): isEmailType & isUrlType logic 2 years ago
Wing-Kam Wong 7adf48d0b9 refactor(nc-gui): use set for calculating unique values 2 years ago
Wing-Kam Wong 213c6f3ca5 refactor(nc-gui): change project type in JSONTemplateAdapter 2 years ago
Wing-Kam Wong 15024005d0 refactor(nc-gui): use parserhelpers functions for import 2 years ago
Wonkeun No 430a50ed71 Add an argument to ROUND func to show decimal numbers 2 years ago
braks e983a58b78 feat(nc-gui): add default nocodb theme color to picker 2 years ago
Pranav C 8352380dd7 fix(gui): ignore auto generated column from required 2 years ago
Wing-Kam Wong 181a5cceec fix(nc-gui): handle date_format in import 2 years ago
braks fcfab01995 chore(nc-gui): fix types and cleanup unused vars 2 years ago
Wing-Kam Wong 934c0a482b chore(nc-gui): change maxSelectOptionsAllowed to 64 2 years ago
Pranav C 491f9557a3 feat(gui): if bt column is required then mark it as required in header 2 years ago
Pranav C c93e2afda0 feat(gui): save expanded form data only if all required field values provided 2 years ago
Pranav C ecdc8ac347 fix(gui): update required condition 2 years ago
Pranav C 49ae42e4b4 refactor(gui): check default value is null or undefined 2 years ago
Pranav C ea84797381 fix(gui): save record only after all required fields are provided 2 years ago