mertmit
48bdf248b6
fix: ssl mode mapping
...
Signed-off-by: mertmit <mertmit99@gmail.com >
2022-10-29 00:21:36 +03:00
Wing-Kam Wong
59f03e9eb4
refactor: remove copyright block as CLA covers it
2022-10-28 20:25:11 +08:00
braks
25b1872587
fix(nc-gui): type issues
2022-10-27 11:47:06 +02:00
աɨռɢӄաօռɢ
ef82033080
Merge pull request #4135 from nocodb/feat/import-optimization
...
feat: import optimization
2022-10-26 11:51:26 +08:00
Wing-Kam Wong
797eaa05e0
chore(nc-gui): remove customParseFormat as it is defined in plugins/a.dayjs.ts
2022-10-25 23:23:08 +08:00
Wing-Kam Wong
67daab76ca
chore(nc-gui): remove uncessary argument
2022-10-25 23:20:19 +08:00
Wing-Kam Wong
0ac7f4fe95
fix(nc-gui): excel import column type detection logic
2022-10-25 17:11:38 +08:00
Wing-Kam Wong
e400c6f513
feat(nc-gui): support single quote in select options during import
2022-10-24 20:02:36 +08:00
Wing-Kam Wong
9dee6e8a97
feat(nc-gui): improve column types detection
2022-10-24 19:23:26 +08:00
Wing-Kam Wong
538524f4bd
feat(nc-gui): add customParseFormat & revise datetime util functions
2022-10-24 19:22:42 +08:00
Wonkeun No
cc3ca2c71a
feat(formulaUtils):allow decimal for round
...
Add a proper spacing in function description
2022-10-24 01:24:02 -04:00
Wing-Kam Wong
83d06cb71d
chore(nc-gui): remove console.log
2022-10-24 13:16:12 +08:00
Wing-Kam Wong
2ec7d24ac2
feat(nc-gui): error handling for import
2022-10-24 13:08:32 +08:00
Wonkeun No
f21c564b4d
feat(formulaUtils):allow decimal for round
...
This commit improves ROUND func description for the user and updates documentation
2022-10-24 00:54:01 -04:00
Wonkeun No
8f4f20518a
Merge branch 'develop' into issue-3441
2022-10-23 23:22:46 -04:00
Wonkeun No
9267e95fbb
feat(formulaUtils):allow decimal for round
...
This allows ROUND func to have an optional parameter to show decimal number to the position that the integer parameter specifies
This will address issue-3441
2022-10-23 23:11:17 -04:00
Wing-Kam Wong
52a880d471
feat(nc-gui): add error blocks for parse
2022-10-22 17:36:26 +08:00
Wing-Kam Wong
1dfc069b01
feat(nc-gui): avoid undefined column during async import
2022-10-22 17:30:37 +08:00
Wing-Kam Wong
fd262e8660
feat(nc-gui): fallback to SingleLineText if there is some data not numeric
2022-10-22 13:42:29 +08:00
Wing-Kam Wong
e0045de65b
refactor(nc-gui): align the default column names
2022-10-22 12:10:37 +08:00
Wing-Kam Wong
1863a18efc
feat(nc-gui): support header option in Excel Import
2022-10-21 19:42:45 +08:00
Wing-Kam Wong
f4b611b5dc
chore(nc-gui): remove unused name in ExcelUrlTemplateAdapter
2022-10-21 19:42:29 +08:00
Wing-Kam Wong
5ef9b64b60
fix(nc-gui): apply promise.all on excel parse function
2022-10-21 19:06:52 +08:00
Wing-Kam Wong
e72bc31352
fix(nc-gui): pass empty object instead of name in ExcelUrlTemplateAdapter
2022-10-21 19:05:14 +08:00
Wing-Kam Wong
72e6ef626d
fix(nc-gui): pass empty object instead of name in JSONUrlTemplateAdapter
2022-10-21 18:41:35 +08:00
Wing-Kam Wong
7068fbcdd9
feat(nc-gui): import url logic
2022-10-21 18:08:51 +08:00
Wing-Kam Wong
3d18d991e2
fix(nc-gui): fallback to row[i] if cellObj.w s not found
2022-10-21 16:36:31 +08:00
Wing-Kam Wong
b6f81de2b3
refactor(nc-gui): move the parse string date logic to dateTimeUtil
2022-10-21 16:17:35 +08:00
Wing-Kam Wong
1a29bd0166
refactor(nc-gui): rename variables & props
2022-10-21 15:56:40 +08:00
Wing-Kam Wong
2e3f843ee9
chore(nc-gui): remove console log
2022-10-21 13:58:46 +08:00
Wing-Kam Wong
c513997014
fix(nc-gui): import to existing table issue
2022-10-21 13:55:47 +08:00
Wing-Kam Wong
952a32c327
feat(nc-gui): skip empty lines when parsing
2022-10-21 11:59:39 +08:00
Wing-Kam Wong
34eddb9f15
fix(nc-gui): autoSelectFieldType -> autoSelectFieldTypes
2022-10-20 18:27:53 +08:00
Wing-Kam Wong
f308f41bb3
fix(nc-gui): take raw data if autoSelectFieldType is true
2022-10-20 16:35:48 +08:00
Wing-Kam Wong
1d36ecc17f
refactor(nc-gui): fall currency & date to the else case
2022-10-20 14:11:48 +08:00
Wing-Kam Wong
2dc5045891
feat(nc-gui): allow Auto-Select Field Types in Excel & JSON import
2022-10-20 13:18:50 +08:00
Wing-Kam Wong
4ad73666f8
feat(nc-gui): optionally import data
2022-10-20 13:10:54 +08:00
Wing-Kam Wong
a2e515de5d
feat(nc-gui): add callback to excel parsing + refactor
2022-10-20 12:39:08 +08:00
Wing-Kam Wong
404374a988
fix(nc-gui): lint
2022-10-20 12:35:21 +08:00
Wing-Kam Wong
1e533a018f
feat(nc-gui): add callback function in parse
2022-10-20 12:34:27 +08:00
Wing-Kam Wong
aa31a9320a
fix(nc-gui): correct insert data starting row
2022-10-19 17:24:17 +08:00
Wing-Kam Wong
e8c904bdba
fix(nc-gui): header -> firstRowAsHeaders
2022-10-19 17:16:56 +08:00
Wing-Kam Wong
5c14090e4d
feat(nc-gui): add detectColumnType logic
2022-10-19 17:00:37 +08:00
Wing-Kam Wong
0de099c618
feat(nc-gui): create dummy column names when header is not available
2022-10-19 16:37:06 +08:00
Wing-Kam Wong
33406498e7
fix(nc-gui): lint issues, remove worker & add skipEmptyLines
2022-10-19 14:21:39 +08:00
Wing-Kam Wong
6c7d5e0594
refactor(nc-gui): getPossibleUidt function
2022-10-19 13:44:08 +08:00
Wing-Kam Wong
a9e272e074
feat(nc-gui): import numeric detection logic
2022-10-19 13:40:40 +08:00
Wing-Kam Wong
3f435a1bae
fix(nc-gui): import DateTime & Date detection logic
2022-10-19 13:06:04 +08:00
Wing-Kam Wong
5a4efd58d8
fix(nc-gui): csv import column detection logic
2022-10-19 11:48:29 +08:00
Wing-Kam Wong
8b82b8a15e
fix(nc-gui): single select detection & select type
2022-10-18 20:21:45 +08:00