Previous Topic: InputFormatCollection SectionNext Topic: TranslatorCollection Section


TranslationTableCollection Section

The section contains mapping tables from the data source values in to CA Business Service Insight's event fields.

XML Structure:

	<TranslationTableCollection
		LoadingMode="remote"
		TranslationTablesFileName="Translations.xml">
		<TranslationTable
			Name="ResourcesTranslateTable"
			DestinationType="resource">
			<TranslationField>nodeName</TranslationField>
		</TranslationTable>
		<TranslationTable
			Name="EventTypesTranslateTable"
			DestinationType="event_type">
			<TranslationField>eventType</TranslationField>
		</TranslationTable>
		<TranslationTable
			Name="valueUpDownTranslateTable"
			DestinationType="value"
			ValueType="string">
			<TranslationField>eventType</TranslationField>
		</TranslationTable>
	</TranslationTableCollection>