Beast mode to remove "double quotes"?

I have some strings in a column named Client Name column that include double quotes ("). Need to remove or replace them.
I tried using the REPLACE function to replace them with dots like so: REPLACE('Client Name','"','.').
Most things I've found when trying to look this up were more advanced requests and I have not been lucky in adapting those solutions to this seemingly simpler problem. Maybe this is a job for ETL? I am using ETL to merge two data sets together for this card.
Best Answer
-
I think you might want to do some troubleshooting to see what is actually in there. I would suggest creating a beast mode that uses the INSTR() function will return the character number for the searched character. I think you should look for a single quote and as well as a full quote.
To look for a full quote use this: INSTR(ClientName,'"')
To look for a single quote, you need to enter two single quotes within the outer single quotes, like this:
INSTR(ClientName,'''')
Drag this beast mode into your table card and see which one returns a number other than zero. This will help you know what is in your client name field.
**Check out my Domo Tips & Tricks Videos
**Make sure toany users posts that helped you.
**Please mark as accepted the ones who solved your issue.0
Answers
-
You should be able to just use the REPLACE function like you mentioned:
REPLACE(`Client Name`, '"', '.')
How is your beast mode not working? What are you getting and what are you expecting?
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1 -
Sorry, should have described that in the original post.
If I have a string like Grant "Coach" Smith in my column named Client Name, I expected this Replace function would have resulted in Grant .Coach. Smith. It is still Grant "Coach" Smith.
0 -
I think you might want to do some troubleshooting to see what is actually in there. I would suggest creating a beast mode that uses the INSTR() function will return the character number for the searched character. I think you should look for a single quote and as well as a full quote.
To look for a full quote use this: INSTR(ClientName,'"')
To look for a single quote, you need to enter two single quotes within the outer single quotes, like this:
INSTR(ClientName,'''')
Drag this beast mode into your table card and see which one returns a number other than zero. This will help you know what is in your client name field.
**Check out my Domo Tips & Tricks Videos
**Make sure toany users posts that helped you.
**Please mark as accepted the ones who solved your issue.0
Categories
- All Categories
- Product Ideas
- 2.1K Ideas Exchange
- Connect
- 1.3K Connectors
- 309 Workbench
- 7 Cloud Amplifier
- 10 Federated
- Transform
- 665 Datasets
- 120 SQL DataFlows
- 2.3K Magic ETL
- 825 Beast Mode
- Visualize
- 2.6K Charting
- 90 App Studio
- 46 Variables
- Automate
- 197 Apps
- 489 APIs & Domo Developer
- 94 Workflows
- 24 Code Engine
- AI and Machine Learning
- 23 AI Chat
- 4 AI Projects and Models
- 18 Jupyter Workspaces
- Distribute
- 119 Domo Everywhere
- 283 Scheduled Reports
- 11 Software Integrations
- Manage
- 145 Governance & Security
- 12 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 116 Community Announcements
- 5K Archive