Skip to content

Instantly share code, notes, and snippets.

@jeanlouisferey
Last active November 22, 2017 16:27
Show Gist options
  • Save jeanlouisferey/51df2e1cc368b9b00bc3bc2d60a579df to your computer and use it in GitHub Desktop.
Save jeanlouisferey/51df2e1cc368b9b00bc3bc2d60a579df to your computer and use it in GitHub Desktop.
How to extract cards title from json Wekan export ?

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment