Check if null or empty in jolt and put another value which is present in input JSON
问题 This is my input JSON: { "AddressBilling": { "FirstName": "Some Name", "LastName": "Some Name", "Address":"some address" } "AddressShipping": { "FirstName": "", "LastName": "", "Address":"" } } I want to keep "AddressBilling" and "AddressShipping" but with different names i:e "payment_address" and "shipping_address", for which i have written a spec file for payment_address" part { "operation": "shift", "spec": { "AddressBilling": { "FirstName": "payment_address.firstname", "LastName":