SQLiteStudio (3.3.3) won't let me import CSV file #4104
Unanswered
savannahkeiffer
asked this question in
Q&A
Replies: 1 comment 3 replies
-
To be honest I don't know why is it like that. I cannot reproduce it. If you move one step back (using arrow in top-left corner) what is the status there? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I downloaded SQLiteStudio last week in the hopes of using it to make my job easier. I'm an invoicing analyst, so my job consists of generating invoices all day in our UI, most of which include CSV or TXT files we manually have to balance. However, I believe I can make this step in the process easier by using SQL to extract the necessary information from these files rather than doing it manually.
Here's where my issue comes in:
I've successfully created databases and imported CSV files into these databases and even wrote the code to generate the results I need. Everything was working fine until Sunday. Suddenly, I tried opening SQLiteStudio so I could work on more code for other customers and I couldn't import anything. Every time I go to do so, the "Finish" button at the bottom of the screen is greyed out.
Here's what I've tried:
I've checked to make sure all required fields were filled out, I've tried restarting the desktop app and reopening, I've tried restarting my computer and uninstalling the app and reinstalling it, none of which has helped. I've made sure that all databases and files are in the same folders as well.
I've attached a screenshot to show you what I'm talking about. I'm having no problems creating or connecting to a database or running code to analyze any of the data I've already imported. It's only the import feature that seems to be the problem. My computer runs on Windows 10 version 20H2.
Beta Was this translation helpful? Give feedback.
All reactions