-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Allow for custom field separator when importing CSV files #23
Comments
Make it possible to use other quote and separator characters than those predefined in the respective combo boxes when importing a CSV file. See issue #23.
Make it possible to use other quote and separator characters than those predefined in the respective combo boxes when exporting a CSV file. See issue #23.
I've added the required input fields to the CSV export and import dialogs in the above mentioned commits. For even more exotic export formats I'd suggest using the search & replace option of a decent text editor or writing an awk/sed/perl/python/... script. |
Cool. :) One thing that some other SQLite programs seem to have, is a M$ Excel (.xls) export. No idea how relevant/useful that would be. People can open an issue for it if they want it. 😉 |
Oh that would require quite a bit of code 😮 I'd suggest exporting it to CSV in this case and then open that in Excel. Should lead to the same result in most cases. |
Yeah, that'd be my approach as well. 😄 |
A request in one of the SourceForge comments:
If it's not hard to add, it sounds useful.
The text was updated successfully, but these errors were encountered: