Skip to content
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

[feature] CSV viewing #30

Open
citriqa opened this issue Jun 17, 2023 · 2 comments
Open

[feature] CSV viewing #30

citriqa opened this issue Jun 17, 2023 · 2 comments

Comments

@citriqa
Copy link

citriqa commented Jun 17, 2023

quite often i find myself wanting to quickly inspect a CSV file's contents without employing a full-on spreadsheet, and i have not found a good solution for that.
it appears to me that the same interface used for SQLite's tables could easily be used for this purpose; and the complexity of sourcing the data from a CSV file instead isn't very high (i imagine).

do you think this feature has a place in SQLite Viewer?

@qwtel
Copy link
Owner

qwtel commented Jun 18, 2023

do you think this feature has a place in SQLite Viewer?

I don't think it should be part of SQLite Viewer, but for the longest time I've wanted to publish a separat CSV Viewer extension with the same code base, but I havent gotten around to implementing it.

@ArtemGr
Copy link

ArtemGr commented Jul 31, 2024

Ironically, I would sometimes use a CSV viewer (VSCode “GrapeCity.gc-excelviewer” via xdg-open) with SQLite:

sqlite3 :memory: -cmd ".mode csv" -cmd ".import analytics.csv analytics" -cmd ".header on" -cmd ".excel" 'select * from analytics'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants