Hi at all,
made the mistake to define blob fields for documents in a database and now the database is getting too big in my eyes.
So for new entries I already only allow uploading files and saving a link in the database with a medium text field - much better for the size of the database.
Now I would like to convert old records to the new standard. Task would be:
[{"name":"files\/USER\/FILENAME.EXT","usrName":"FILENAME.EXT","size":83991,"type":"application\/pdf","searchStr":"FILENAME,!:sStrEnd"}]
Has anyone done this before and a script for me?