originally posted in:BungieNetPlatform
View Entire Topic
I have downloaded the .content file from 'common/destiny_content/sqlite/en/' But I'm not sure I understand what it is or how to read it.
Has anyone done this in Python or know how to?
English
-
OKay, Ive figured out how to r4ead the file in an SQL viewer, And I see that the database contains several tables. What I need to do now, is make this useable in python somehow. [spoiler]conn = sqlite3.connect('Manifest')[/spoiler] where 'Manifest' is what I've renamed the file to. This works, I just dont know what to do with it.