Hi, Im newbie in Alteryx. I don't have any idea how to clean rows, from databaes exported from wordpress (csv file).
Example.
id | content |
1 | vc_rowvc_columSome text, which I don't want to delete. vc_column_text |
2 | vc_column_textvc_rovc_colum another one text. vc_rowvc_colum |
I have 11k records to clean. I looking for solving this problem.
Solved! Go to Solution.
Best way is to use a formula tool (beginning) or you can use a regex (intermediate)
For example:
If this solves your challenge - Please mark this is complete/solved.
Hi, also I want to ask, maybe you know how to delete all data like in this this, but everything what i want to delete is in square brackets?
Hi @noded
Can you provide some sample input and expected output it will help us get a better understanding of the usecase.
**deleted reply
i interpreted the question backwards! the other replies look correct
id | content |
1 | [some text] this is okay [another text] |
2 | [some variables] another okay text [another variable] |
But in this case I have a lot of different texts/variables in square brackets, and I have something about 11k records, different texts in square brackets and angle brackets. And I'm looking for how I can clean all this brackets from content.