mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-22 08:53:46 +08:00
✨ feat(import-export): 优化数据表导入导出能力
- 修复表格格式导出时空值显示为 null 的问题 - 支持按列导出并保持字段顺序 - 支持导入列与数据库字段映射及冲突校验 - 隔离并发导入任务进度并完善元数据回退 Fixes #646
This commit is contained in:
@@ -68,6 +68,7 @@ var desktopOnlyAppMethods = map[string]struct{}{
|
||||
"ImportData": {},
|
||||
"PreviewImportFile": {},
|
||||
"ImportDataWithProgress": {},
|
||||
"ImportDataWithProgressOptions": {},
|
||||
"ExportTable": {},
|
||||
"ExportTableWithOptions": {},
|
||||
"ExportTablesSQL": {},
|
||||
|
||||
Reference in New Issue
Block a user