Hello guys. It's been a while since I use pointshop with pdata. But now I want to convert the pointshop pdata data to a .txt without credits/items lost. There's anyway to do that?
You would never want to go from SQLite/PData to flat-file. If anything, you'd want to move up to MySQL.
Flat-file < SQLite/PData < MySQL
I'll actually try to answer your question instead of just telling you what you're doing doesn't sound like a good idea.
You will need to make a script that will iterate through all of the pdata and then output it in the proper txt format. Most likely you'll need to modify Pointshop to load through pdata and then save to txt.
[QUOTE=Remscar;48000378]I'll actually try to answer your question instead of just telling you what you're doing doesn't sound like a good idea.
You will need to make a script that will iterate through all of the pdata and then output it in the proper txt format. Most likely you'll need to modify Pointshop to load through pdata and then save to txt.[/QUOTE]
I have changed JSON provider making the !file.exists case load the old .db data
Sorry, you need to Log In to post a reply to this thread.