-
Re: Parsed date error
Hi, The pattern you should use to parse the date in your example is MMM dd, yyyy You can refer to the SimpleDateFormat documentation linked to the "Parse date processor": https://docs.oracl…1 · -
Re: App Secret should not be visible in DSS settings >> Connections >> Azure Blob Storage connection
Hi, Sorry for the late response. Thanks for pointing that out. Your request has been added to the backlog and will tackled in a future release. Regards,1 · -
Re: input from dataset and dump output in folder
Hi, Based on what you describe I would suggest to: * create the proper filesystem connection corresponding to the root folder where you want to store the files (based on your example, it could be Dat…1 · -
Re: Filter and Replace on condition based in another column
Hi, One of the solution could be to use the Formula step in a Prepare recipe. For example to have the behaviour you requested one could use the following formula (I chose 100 as the replacing value):…2 · -
Re: Filter and Replace on condition based in another column
There are two things regarding the formula you proposed: * match returns an arrays of matches so you should consider for example that the size of the array is equals to 1 * you need to double the \ f…2 ·