フィールドのリスト、つまり{field1、field2、field3、field4}があるとします。field2でいくつかの操作を実行したとします。たとえば、5などの値で各タプル値をインクリメントしたいとします。
performed this operation in a function which gave me modified field with "M_field2" as out field name now i want to write complete tuple in a file but in place of field2 i want "M_field2". How i will achieve this.