Skip to content

odk_csv 0.2

Latest
Compare
Choose a tag to compare
@zestyping zestyping released this 06 Sep 10:21

New in this version

This version:

  • Detects and reports formatting errors in the input.
  • Accepts CSV files with commas, semicolons, or tabs (TSV) as delimiters.

How to install

  1. Download the odk_csv-0.2.zip file below and unzip it.

  2. Move or copy the odk_csv directory created by step 1 into your QGIS application's python/plugins folder. This folder is at $HOME/.qgis2/python/plugins on Mac/Linux and at C:\Users\<user>\python\plugins on Windows.

  3. Restart QGIS.

  4. Go to Plugins > Manage and Install Plugins... and wait a moment for the list of plugins to appear. Type "odk" in the search box, find the "ODK CSV converter" plugin in the list, and click its check box to enable it.

How to use

When this plugin is installed and enabled, you'll see a new "ODK -> QGIS" button on your toolbar. Click the button, then select a CSV file that was downloaded from ODK Aggregate or KoboToolbox. The plugin will then write out a new converted CSV file, which you can load into QGIS with the "Add Delimited Text Layer" button.

The converted file will be given a name ending in .qgis.csv. For example, if the input file is named carrots.csv, then the converted file will be named carrots.qgis.csv.