Wing-Kam Wong
d2bcf4ace2
fix(nc-gui): validation logic
2 years ago
Wing-Kam Wong
0ac7f4fe95
fix(nc-gui): excel import column type detection logic
2 years ago
Wing-Kam Wong
83d06cb71d
chore(nc-gui): remove console.log
2 years ago
Wing-Kam Wong
fd262e8660
feat(nc-gui): fallback to SingleLineText if there is some data not numeric
2 years ago
Wing-Kam Wong
1863a18efc
feat(nc-gui): support header option in Excel Import
2 years ago
Wing-Kam Wong
5ef9b64b60
fix(nc-gui): apply promise.all on excel parse function
2 years ago
Wing-Kam Wong
7068fbcdd9
feat(nc-gui): import url logic
2 years ago
Wing-Kam Wong
3d18d991e2
fix(nc-gui): fallback to row[i] if cellObj.w s not found
2 years ago
Wing-Kam Wong
1a29bd0166
refactor(nc-gui): rename variables & props
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
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
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
15024005d0
refactor(nc-gui): use parserhelpers functions for import
2 years ago
Wing-Kam Wong
181a5cceec
fix(nc-gui): handle date_format in import
2 years ago
Wing-Kam Wong
934c0a482b
chore(nc-gui): change maxSelectOptionsAllowed to 64
2 years ago
Wing-Kam Wong
665b0d5764
chore(nc-gui): lint
2 years ago
Wing-Kam Wong
480e9cef03
feat(nc-gui): convert col to SingleLineText if detected options are greater than maxSelectOptionsAllowed
2 years ago
Wing-Kam Wong
634215b3e2
chore(nc-gui): remove unused sqlUi
2 years ago
Wing-Kam Wong
533bb0104e
fix(nc-gui): remove dt enrichment and fix comment
2 years ago
braks
baa955ad7e
revert(nc-gui): use import on init for xlsx
2 years ago
braks
c997a928e9
chore(nc-gui): cleanup types
2 years ago
braks
4671765ab2
fix(nc-gui): import only necessary portions from xlsx
2 years ago
Wing-Kam Wong
02fc7da224
feat(nc-gui): enrich .dt & save dtxp for singleSelect / multiSelect
2 years ago
Wing-Kam Wong
f97ea536b4
chore: move nc-gui-v2 to nc-gui
2 years ago
Wing-Kam Wong
0f3ddf7654
feat(gui-v2): add getColumns
2 years ago
Wing-Kam Wong
9bf9574cc8
feat(gui-v2): ExcelTemplateAdapter
2 years ago
Wing-Kam Wong
ac6bda83c6
fix: import cn & tn replace regex
2 years ago
Wing-Kam Wong
d6f4b0ebaa
fix: diacritics are garbled issue
2 years ago
Wing-Kam Wong
7eec85dcfc
fix: exclude date1904 fix from csv quick import
2 years ago
Wing-Kam Wong
6873bcb0e6
fix: key naming for table name
3 years ago
Wing-Kam Wong
6be9663a6c
fix: key naming for column name
3 years ago
Pranav C
8733948056
wip: towards v1
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
աɨռɢӄաօռɢ
f9d0810435
fix: different date across views ( #1016 )
...
* fix: precision bug & timezone offset issues introduced by xlsx
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
* fix: primary value format in expanded form
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
* fix: cell formatting
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
* fix: use c._cn instead of c.cn
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Pranav C
6c26fb1065
fix: excel-import - remove special chars from sheet name
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
#939
3 years ago
Pranav C
e43430b148
fix: excel import, postgres option add bug
...
re #326
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
b8bb1b5412
feat: improve excel import
...
- Handle excel files without column name
- Allow user to modify table name & column name while importing
- Duplicate column name handling
- Insert exact value in case Currency type
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
a28fe03264
fix: excel currency value import
...
re #884
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
0759d3614d
fix: handle empty column names/special char in excel import
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
a4fd84779b
feat: add import excel option in project
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Raju Udava
005464ea1c
test(cypress): excel import using URL
...
Signed-off-by: Raju Udava <sivadstala@gmail.com>
3 years ago
Pranav C
82e0372722
fix: handle spreadsheet with empty header
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
9c4a212fbc
refactor: template editor ui, template editor modal toggling
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
cc9956df1f
feat: excel parser - handle date, datetime, duplicate column
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
8e15a8bb88
feat: excel datatype parsing(in progress)
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
63d8f4a164
feat: project from excel
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
39c644ad65
feat: add project creation from excel
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago