-
Clone the Repository
Clone the repository to your local machine:
git clone https://github.com/josephbinoy/DB-to-CSV cd DB-to-CSV
-
Install dependencies
npm i
-
Paste .db file inside DB-to-CSV folder
-
Replace '' with your credentials and db path(just the name of db if you pasted it inside the folder) inside converter.js
const dbFilePath = '' const client_id = '' const client_secret = ''
-
Run the script
node converter.js