単一フィールドを持つ 2 つのファイルがあります。次のようになります。
ファイル A ファイル B a1 b1 a2 b2 a3 b3 a4 b4
a1,b1; が欲しいです。a2,b2 しかし、2 つの入力を変換に接続すると、ケトルは入力のレイアウトが異なると言う
単一フィールドを持つ 2 つのファイルがあります。次のようになります。
ファイル A ファイル B a1 b1 a2 b2 a3 b3 a4 b4
a1,b1; が欲しいです。a2,b2 しかし、2 つの入力を変換に接続すると、ケトルは入力のレイアウトが異なると言う
You don't have any details of your transformation, but I guess you picked the 'Append streams' step. You should use the Merge Join step and two 'Add sequence' step to add a line nr to the input (set a different counter name for both steps). Connect your two 'Add sequence' steps to this 'Merge Join' step configure the key fields as line number and set the join type to: 'FULL OUTER'. Next you can use a Select values step to get rid of the line number columns.