假设我有字段列表,即 {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.