I have created a service that takes json as input and send json as output with some extra fields , some fields are added with fields enricher , now i want to add some static fields to current json , currently i am using field calculator to add a field , but i have to create multiple field calculator i.e. for adding two fields i have to create two field calculator , I want to ask is there a better way of doing this?