Azure – Regular expression in ADF
How to split the string based on white spaces in DataFlow expression builder in ADF pipeline. A string can have 1 or more white spaces. Eg: I used split(name,’ ‘) : Thiswill split the word based on single space.Some times…