Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1. Add a new folder to the project named "Importers"

2. Create a new class named "WaterML2TimeSeriesImporter"

3. Add the following contents to this class:

Code Block

4. Register the importer in the application plugin class by adding the following code to DemoAppApplicationPlugin:

Code Block