🎨 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 {
|
||||
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…
Add table
Reference in a new issue