Skip to content

A small Kotlin program that parses a Trello export json file by looping through each list, then printing out each card, the description, and a few other pieces of metadata to the console.

Notifications You must be signed in to change notification settings

slevine/kotlin-parse-trello

Repository files navigation

Parse Trello Json in Kotlin

Background

I Needed a way to migrate my Trello boards to a different platform. The only export option Trello offers is massive json file. Since my new platform doesn't offer a direct import of this format, had to write A small Kotlin program that parses the file by looping through each list, then printing out each card, the description, and a few other pieces of metadata to the console.

This program is very basic, as it is set up to to work for my simple needs.

Feel free to fork and customize to meet your needs.

Usage

gradle run --args="<path-to-trello-exported.json>"

About

A small Kotlin program that parses a Trello export json file by looping through each list, then printing out each card, the description, and a few other pieces of metadata to the console.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages