Rubrique précédente: Section InputFormatCollectionRubrique suivante: Section TranslatorCollection


Section TranslationTableCollection

La section contient des tables de mappage qui font correspondre les valeurs de source de données aux champs d'événement de CA Business Service Insight.

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