mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-07 00:29:41 +08:00
🎨 Database block supports export as CSV https://github.com/siyuan-note/siyuan/issues/10072
This commit is contained in:
parent
092a16b50b
commit
785ca83fa0
@ -169,7 +169,7 @@ func ExportAv2CSV(avID string) (zipPath string, err error) {
|
||||
if nil != 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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user