cmoog / vscode-sql-notebook

Open SQL files as VSCode Notebooks.
https://marketplace.visualstudio.com/items?itemName=cmoog.sqlnotebook
MIT License
129 stars 18 forks source link

File conversion problem sql->jupyter #79

Closed SmallHdcc closed 10 months ago

SmallHdcc commented 10 months ago

When I wrote a jupyter file, I wrote a lot of cells, but when I re-use the sql notebook to open, it actually became only one cell, I feel very broken, because this is my work for a long time, if it can not run, I will face punishment, please be sure to solve quickly, thank you!

cmoog commented 10 months ago

Please reference the FAQ, found here, for understanding why this is happening. If you still encounter issues, please reopen this issue with more context and steps for reproducing them.

SmallHdcc commented 10 months ago

I found my problem, it is due to the format of the newline, because I used the CRLF format of the newline, resulting in all the content is identified as a cell, in VScode change to LF, can solve the problem, thank u