When you export a wekan, you get a big bunch of json. If you want select a list of all cards title, you can use jq (https://stedolan.github.io/jq/) like that:
jq '.cards[].title' wekan-export-board-nZkj4ywiwFSYX5Xjt.json
When you export a wekan, you get a big bunch of json. If you want select a list of all cards title, you can use jq (https://stedolan.github.io/jq/) like that:
jq '.cards[].title' wekan-export-board-nZkj4ywiwFSYX5Xjt.json