pda/testdata/export__ok.ct

6 lines
187 B
XML

# Unfiltered export outputs all entries as NDJSON
$ pda set a@exp 1
$ pda set b@exp 2
$ pda export exp
{"key":"a","value":"1","encoding":"text"}
{"key":"b","value":"2","encoding":"text"}