mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
🎨 Database block supports export as CSV https://github.com/siyuan-note/siyuan/issues/10072
This commit is contained in:
parent
092a16b50b
commit
785ca83fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ func ExportAv2CSV(avID string) (zipPath string, err error) {
|
||||||
if nil != removeErr {
|
if nil != removeErr {
|
||||||
logging.LogErrorf("remove export folder [%s] failed: %s", exportFolder, removeErr)
|
logging.LogErrorf("remove export folder [%s] failed: %s", exportFolder, removeErr)
|
||||||
}
|
}
|
||||||
zipPath = "/export/" + url.PathEscape(filepath.Base(zipPath))
|
zipPath = "/export/csv/" + url.PathEscape(filepath.Base(zipPath))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue