Managing Kobo forms just got so much easier!

@Kal_Lam To compare two forms, there are many options. In fact, I decided to convert XLSForms to text files precisely because there is such good tooling for text files.

I’ve generated the screenshot above using Visual Studio Code. It can compare two files using the CTRL-SHIFT-P > Compare active file with ... command.

Alternatively, if you have git installed, you can use something like git diff --no-index first_file.yaml second_file.yaml.

Many other tools exist, for example http://meldmerge.org/ or https://winmerge.org/.

3 Likes