[Columns mapping] (カラムのマッピング)エリアのテーブルに、以下の値を含むカラムを入力します:
Company: row1.Company, row1.Company2;
CountryCode: row1.CountryCode, row1.CountryCode2;
Address: row1.Street+","+row1.City+","+row1.State, row1.Street2+","+row1.City2+","+row1.State2;
Industry: row1.Industry, row1.Industry2;
情報メモ注:
Addressカラムの値、たとえばrow1.Street+","+row1.City+","+row1.Stateは、Streetカラム、Cityカラム、およびStateカラムの値を組み合わせて、絶対住所を表示します。各カラムの値で使用されるrow1は、 tFixedFlowInputからの入力行を参照します。