0
Load sqlite Textfile into Matlab.

Hey Everyone,

I am using a php backend on a local XAMPP server to run java based experiments created in a tool called lab.js.

The resulting data file basically looks like a .csv (when opened in TextEditor) but ends on .sqlite. I would love to directly import this file into matlab but the usual commands like mopen/mgetl or csvRead simply return a 1x1 Matrix saying "SQLite3 Format".

My current workaround is to simply open the sqlite in TextEditor and saving it as a csv. Then importing is no problem.

Any ideas how to import such a file directly?


Scilab 28-08-19, 2:05 p.m. TheGlenliver
0

Hello,

We do not answer question related to Matlab. However, if you want to read a sqlite file in scilab first export it as a .csv file and then use the "csvRead" command to load it in scilab.

Rupak

26-12-19, 11:52 a.m. rupakrokade


Log-in to answer to this question.