Share via

remove text in bracket

arkiboys 9,711 Reputation points
2024-04-16T13:50:34.5766667+00:00

How is it possible in DATAFLOW to remove the text inside a bracket including the brackets?

for example:

colName

abc (4325550)
testing (565656511)
...

result to be:

colName

abc
testing
...

thank you

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

0 comments No comments

Answer accepted by question author

ShaikMaheer-MSFT 38,631 Reputation points Microsoft Employee Moderator
2024-04-16T16:57:07.7366667+00:00

Hi arkiboys,

Thank you for posting query in Microsoft Q&A Platform.

If space between the brackets content and normal content will be there, then you can consider using derived column transformation and use split function in it, to split based on space and then take 0 index value.

Hope this helps. Please let me know how it goes.


Please consider hitting Accept Answer button. Accepted answers help community as well. Thank you.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.