-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export TXT replaces newline character #2811
Comments
@tlegrave thank you for bug reporting! |
Hello @tlegrave We reviewed your request again, and we have a question now. |
Hello @LonwoLonwo, Sorry for the late reply. The usecase was a bit tricky, I wanted to format the output of the query to make it compatible with SRT subtitle files (the tables stores transcriptions of videos). Using a Hello\nworld I didn't know that txt export was designed to handle all values on a single line. I understood it more like a "raw" export of the data (doesn't matter linebreaks or other stuffs). |
I am not sure what we can do inside our one-line .txt export. |
Hello there,
Describe the bug
When I make a txt export from the UI with utf-8 encoding, newline characters are not respected.
To Reproduce
Steps to reproduce the behavior:
SELECT concat('Hello', CHR(10), 'world') AS result;
Screenshots
Value in the bottom-right panel looks good but after download the file contains:
Desktop (please complete the following information):
Additional information
à
)Is this a bug or a desired behavior? If this is wanted, is there any plan to add a "raw" export feature?
Thanks
The text was updated successfully, but these errors were encountered: