collective.exportimport
collective.exportimport copied to clipboard
Using JSONL as an alternative migration format
Exported JSON files can be become rather large in particular with inline binary data (which is often needed rather than having a reference to a blob file). Using JSONL would improve the handling of exports a lot. In particular, you could filter JSON records more easily using command line tools like grep.