OpenBBTerminal icon indicating copy to clipboard operation
OpenBBTerminal copied to clipboard

[Bug] CSV export from `news` GUI doesn't work correctly.

Open mnicstruwig opened this issue 7 months ago • 2 comments

Describe the bug Exporting to CSV from the "news" GUI exports an incorrectly formatted CSV file. Exporting directly from the terminal using the --export csv flag does however export the CSV file correctly.

To Reproduce To reproduce bug:

  • Launch terminal
  • stocks
  • load TSLA
  • news
  • Click "export" button with CSV selected.

However, what does work is: news --export csv

Screenshots Broken export from the GUI: openbb_News_-_articles_20231108_113626.csv

Working export from the terminal: 20231108_133939_common_news_T_S_L_A_.csv

Desktop (please complete the following information):

  • OS: MacOS Sonoma
  • Python 3.10

mnicstruwig avatar Nov 08 '23 11:11 mnicstruwig