You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this features already released? Where do I find it? I wish to import a CSV file into SiYuan as a database table. Thank you.
导入CSV的功能还没有发布,但是现在已经支持从Excel中复制了(你可以使用Excel打开CSV文件,再复制到数据库表格中)
The CSV import feature has not been released yet, but now it is supported to copy from Excel (you can open the CSV file with Excel and then copy it into the database table).
Though as I understand - I first need to create enough space for the data I am copying, is that correct?
Is there a workaround, if I have 590 rows to copy?
Perhaps I could use API to make SQL insert to the table?
Is there a planned date for releasing CSV/Excel import?
Thank you!
Though as I understand - I first need to create enough space for the data I am copying, is that correct? Is there a workaround, if I have 590 rows to copy? Perhaps I could use API to make SQL insert to the table? Is there a planned date for releasing CSV/Excel import? Thank you!
你可以批量插入空行后进行粘贴。
You can insert blank lines in bulk and then paste afterwards.
Activity
[-]希望数据库增加导入功能[/-][+]Support creating database from CSV[/+]88250 commentedon Feb 23, 2024
第二点暂时不考虑了,感谢提议。
shuojie819 commentedon Feb 23, 2024
好的👌,拥有一种方式也就足够用了。
[-]Support creating database from CSV[/-][+]Support importing data from CSV to the database[/+]cnrot commentedon Mar 9, 2024
期待支持导入
KrzysztofChrisMaciejczuk commentedon Apr 2, 2024
Is this features already released? Where do I find it? I wish to import a CSV file into SiYuan as a database table. Thank you.
shuojie819 commentedon Apr 2, 2024
导入CSV的功能还没有发布,但是现在已经支持从Excel中复制了(你可以使用Excel打开CSV文件,再复制到数据库表格中)
The CSV import feature has not been released yet, but now it is supported to copy from Excel (you can open the CSV file with Excel and then copy it into the database table).
KrzysztofChrisMaciejczuk commentedon Apr 2, 2024
Ok, thanks! That helps a lot.
Though as I understand - I first need to create enough space for the data I am copying, is that correct?
Is there a workaround, if I have 590 rows to copy?
Perhaps I could use API to make SQL insert to the table?
Is there a planned date for releasing CSV/Excel import?
Thank you!
shuojie819 commentedon Apr 3, 2024
你可以批量插入空行后进行粘贴。

You can insert blank lines in bulk and then paste afterwards.
88250 commentedon Sep 11, 2024
这个不考虑,就用 Excel 中转拷贝一下吧。