Versions Compared

Key

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

...

Currently the GeneralCsv and Database import require a table layout description configured by the user. Non-standard imports (plug-ins) can also required require a table layout. See the third party documentation of the specific import.

There are different types of table structures supported.

  • Every parameter has it’s its own column
  • Every location has it’s its own column.
  • Every qualifier has it’s its own column.
  • Every parameter/location/qualifier combination has it’s its own column
  • Single value column and a parameter, location, qualifier and unit column to describe the value in the value column.
  • All values for a single month a listed in a single row, for every day of month there is separate column.
  • All values for a single day listed in a single row, for every time of day there is separate column.
  • Variants and combinations of the above are sometimes allowed

...