前のトピック: InputFormatCollection セクション

次のトピック: TranslatorCollection セクション

TranslationTableCollection セクション

このセクションには、データ ソース値から CA Business Service Insight のイベント フィールドへのマッピング テーブルがあります。

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>