giandonatoinverso / PHP-Dynamic-Qr-code

PHP Dynamic Qr code is a script that allows the generation and saving of dynamic and static QR codes
MIT License
244 stars 73 forks source link

Export+Import Functionality #40

Open 0xRenegade opened 1 year ago

0xRenegade commented 1 year ago

Create the ability to export and import qrcodes en mass in csv, json, etc

How would this even look? The image blob inside a csv? :thinking:

giandonatoinverso commented 1 year ago

In my opinion it is not ideal to use csv files to store blobs. It would be better to set up a system that creates a zip with the images of the qrcodes and a file in some format that allows to reconstruct the archive of the exported qr codes.