Hello,
I'm trying to export one of the collections that stores photos (base64). I have the following questions:
Is there a way to export particular collection instead of having to dumb the entire DB every time (currently it's 1GB file and growing).
Even when I dumb the entire DB as CSV files, when I open the photos file using excel, it is corrupted. It has inconsistent tools. Even when I try to use some other tools to import (e.g. I used SQL Developer to import CSV files into Oracle table), the tool returns message that the file is corrupted.
Is there a way to exclude the photos column from that collection. I'm interested in other data. But this column seems is what causes all the problem, as other collections I can export/import easily.
Thank you for your help