Main points: Dates can be formatted to a localeThe locale can be different from the system localeUse Java locale propertiesCoerce String to Date then to formatted String [...]
Main points: Anypoint Studio can be enhanced with solutions from the Eclipse Marketplace Enhance Anypoint Studio The Eclipse Marketplace provides a large selection of [...]
Main points: Validation module provides fixed data validation logicThere are two scopes: ALL and ANYThe ALL scope expects all validations to passThe ANY scope expects at [...]
Main points: The Mule email connector is used to send emailsEmail bodies can contain embedded imagesBase64 encoded image embedding not supported by most email clients The [...]
Main points Gmail has special setup requirementsMust set email for less secure app accessCannot account is two-factor authentication set up Mule email connector configuration [...]
Main points: Eclipse Marketplace Client allows Anypoint Studio to be extendedAnypoint Studio does not come with Eclipse Marketplace Client installedTo install it add the [...]
Main points: mapObject takes an object as an inputmapObject outputs an objectmapObject transforms each key/value pair in the object What is the mapObject function used for? [...]
Main points: iterates over each key/value pair of an objectretrieves key, value and index from an objectinput is an object and output is an array What is the pluck function [...]
Main point: The map function transforms dataIf iterates over the elements in an array It applies a transformation to each elementApplies only to array inputIt can only output [...]
Main points: DataWeave script can reference application propertiesDataWeave expressions can reference properties in configuration Configure a property file Firstly, you will [...]