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

次のトピック: ビジネス ロジック計算式の定義(ビジネス ロジック エキスパート)

TranslatorCollection セクション

TranslatorCollection セクションでは、前のセクションで CA Business Service Insight イベントに抽出された解析および操作済みのデータ ソース レコードを変換する方法を記述します。

インターフェース モードが「オンライン」の場合、CA Business Service Insight イベントは、以下のフィールドが含まれる統合型の構造体になります。

インターフェース モードが「オフライン」の場合、フィールド数やフィールド名に関する制限はありません。

XML 構造:

<TranslatorCollection>
   <Translator TranslatorName="events" OnDuplication = "ignore">
	<TranslatorFields>
		<TranslatorField Name="ResourceId" SourceType="table"
		    SourceName="ResourcesTranslateTable" Iskey="yes"/>
		<TranslatorField Name="EventTypeId"	SourceType="constant"
		    ConstantValue="1002" Iskey="yes"/>
		<TranslatorField Name="Timestamp"  	SourceType="field"
                SourceName="timestamp" Iskey="yes"/>
		<TranslatorField Name="Value" 	SourceType="table"
                SourceName="valueUpDownTranslateTable" Iskey="yes"/>
		< TranslatorField Name="Value"  SourceType ="field"
                SourceName ="nodeName" Iskey="yes"/>
		< TranslatorField Name="Value"  SourceType ="constant"
                Type="integer" ConstantValue="1000" Iskey="yes"/>
		< TranslatorField Name="Value"  SourceType ="field"
                SourceName ="timestamp" TimeShift="-3600"
                TimeShiftFieldName="createDate"	Iskey="yes"/>
		< TranslatorField Name="Value"  SourceType ="lookup"
                SourceName ="ServiceTable" LookupValue="word"
                Iskey="yes"/>
      </TranslatorFields>
   </Translator>
</TranslatorCollection>