We are using a FDM that comes from a backend service - the date format for some of the fields is very particular. (eg ^[0-9]{8}T[0-9]{6}\.[0-9]{3} GMT$)We have tried mapping this pattern to a date format in the date component, but it does not work. Is there a way to define a format for the bound dat...