pilgr / Paper

Paper is a fast NoSQL-like storage for Java/Kotlin objects on Android with automatic schema migration support.
Apache License 2.0
2.35k stars 234 forks source link

Convert pt file to csv or display database content #209

Closed AFgh24 closed 1 year ago

AFgh24 commented 1 year ago

Hello

I need a solution to convert pt database to a csv file

or a tool to display the data in the pt database

A Windows or Android tool can be really useful Especially if we want to convert data from a csv file to a pt file or vice versa A tool for displaying database content or csv conversion

I hope you will show me your way

pilgr commented 1 year ago

This is not recommended. However, you can do that when you have the the same classes available in JVM that has been used to write data to pt file. The answer to similar question is here https://github.com/pilgr/Paper/issues/207#issuecomment-1518119309