Hi, i'm new to Talend Open Studio and i got the following issue.
The csv file consist of 3 Columns: Field1|Field2|Field3 A1 |B1 |C1 ... |... |... An |Bn |Cn now i want to add 3 Columns with the following properties: Field4 should contain a constant value Field5 should contain of field2 + field3 (B-C) Field6 should contain of field3 + field2 (C-B) how can i realise this issue?