SQLite Forum

Download .TAB file into SQLITE3 Table
Login
Hi I want to easily download the data in the following NASA .TAB file into a SQLITE3 table using Python. Not sure the best way to connect and download this data easily. It would just be a one off download initially.

https://pds-imaging.jpl.nasa.gov/data/mro/mars_reconnaissance_orbiter/ctx/mrox_3958/index/index.tab

I guess I would need to web scrape the data based on a new entry every line break into a newly defined table in SQLITE3. I am using Python to do this. ANy help much appreciated.