Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

There are different types of table structures supported.

  • Every parameter has

...

  • it’s own column
  • Every location has

...

  • it’s own column.
  • Every qualifier has

...

  • it’s own column.
  • Every parameter/location/qualifier combination has

...

  • it’s 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

The column names are required for the GeneralCsv and Database import. The table name is ignored by the GeneralCsv import. Non-standard imports can ignore the column name. They expect that the order of the columns in the configuration is the same as in the file. For columns that should be ignored add a skippedColumn element in this case. When the column name is used by the import the order of the columns in the configuration has no meaning and there is no need to add a skippedColumn for the unwanted columns. For the Database import you can specify multiple tables. This has the advantage that you can reuse a database connection to import multiple tables.

...