Versions Compared

Key

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

...

No Format
<export>
	<general>
		...
	</general>
	<properties>
		<bool key="FILTERS_COLUMN" value="false"/>
	</properties>

Or as an interactiveExportFormat in Explorer.xml as follows: 

No Format
<interactiveExportFormat>
	<name>DINO Tuf (peilschalen)</name>
	<serializerClassName>nl.wldelft.fews.system.plugin.dataExport.DinoTufTimeSeriesSerializer</serializerClassName>
	<fileFilter>tuf</fileFilter>
	<properties>
		<bool key="FILTERS_COLUMN" value="false"/>
	</properties>
	<IdMapId>IdExportDINO</IdMapId>
	<unitConversionsId>ExportDINOUnits</unitConversionsId>
</interactiveExportFormat>

The format will look like:

...