Versions Compared

Key

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

...

For import of CSV format, some configuration is required, as a Table Layout needs to be defined to control which columns of the CSV file contain location ID, parameter ID and date / time information. The table layouts to use are to be configured in the explorer.xml config file, as in the following example:

Code Block
languagexml
</interactiveExportFormats>
<temporaryImportFormats>
	<temporaryImportFormat>
        <name>General CSV</name>
        <table>
            <dateTimeColumn name="DateTime" pattern="dd-MM-yy HH:mm"/>
            <locationColumn name="Location"/>
            <parameterColumn name="Parameter"/>
            <valueColumn name="Value"/>
        </table>
	</temporaryImportFormat>
</temporaryImportFormats>
<explorerTasks>

...