Closed Royb10 closed 2 years ago
Hey @Royb10, thank you for sharing this issue. The default encoding for blob is UTF-8, so we'd only need to add the BOM marker. Seems fine to me. Is there downside to doing this? (i'm wondering why it's not the default)
Hi @coston, thanks for the quick reply! From what I've checked and researched, I don't see any downside. really interesting why it's not the default...
Works perfectly, thanks much!
Thanks for the great tool! I found an issue - The CSV file should be saved as UTF-8 otherwise Excel and other encoding-sensitive applications may show gibberish instead of Hebrew characters.
You can see the Title column:
If I open the file with Notepad or import it to excel using Excel Data tools - all good. I think the solution is to add UTF-8 BOM to CSV export, maybe this could help: https://stackoverflow.com/questions/17879198/adding-utf-8-bom-to-string-blob/27975629#27975629