I imported TSV files using Firefox SQLite Manager but the decimal separator is comma and math functions are ignoring the decimal part of the value. Could you help me?
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I haven’t used Firefox SQLite but I have used SQLiteman and with this GUI was a problem work with comma as decimal mark (if your database is light perhaps you can ‘replace’ those commas using an spreadsheet or something like that…). In my case, as my database was really large, the solution was use the raw SQLite shell: I imported perfectly a csv file (separated by 😉 with commas as decimal mark. Additionally, the importing process was faster. Cheers.