collective.exportimport icon indicating copy to clipboard operation
collective.exportimport copied to clipboard

Using JSONL as an alternative migration format

Open zopyx opened this issue 4 years ago • 0 comments

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.

zopyx avatar Dec 12 '21 12:12 zopyx