Split Function
Using the split function in databricks leads to a syntax that uses square brackets to indicate the position you'd like to return. Because the square brackets are only expected to be used for [This], DataForge does not accept it as a function. This requires a workaround to use element_at(split()). It would be much easier if there was a single function we could use to achieve this relatively common goal.
Comments
0 comments
Please sign in to leave a comment.