Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Pentaho ETL Kettle では、前の行に 1 ステップでアクセスしたいと考えています。データ フローを myMat として宣言しましょう。
マイマット:
col0 col1 row0: 15 a row1: 10 b row2: 24 hi row3: 11 bye
私はこの計算を使用したいと思います:
newNumber= myMat[i][0] + myMat[i-1][0]
ケトルでそれを行う方法を知っていますか?