Tema anterior: Sección InputFormatCollectionTema siguiente: Sección TranslatorCollection


Sección TranslationTableCollection

La sección contiene tablas de asignación de los valores de origen de datos "in" a los campos de evento de CA Business Service Insight.

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