Tópico anterior: Seção InputFormatCollection

Próximo tópico: Seção TranslatorCollection

Seção TranslationTableCollection

Esta seção contém tabelas de mapeamento proveniente dos valores da origem de dados nos campos de evento do CA Business Service Insight.

Estrutura do XML:

	<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>