Valid TDA-C01 Dumps shared by ExamDiscuss.com for Helping Passing TDA-C01 Exam! ExamDiscuss.com now offer the newest TDA-C01 exam dumps, the ExamDiscuss.com TDA-C01 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com TDA-C01 dumps with Test Engine here:
In a dataset, you have a string field named Name that contains unnecessary semicolons. Which function should you use to remove the semicolons from the Name field?
Correct Answer: C
The REPLACE function is used to replace all occurrences of a substring within a string with another substring. In this case, it can be used to remove the semicolons from the Name field by replacing them with an empty string. For example, REPLACE ("John;Doe", ";", "") = "JohnDoe". References: The information is based on the following sources: String Functions - Tableau Remove special characters and add a semi colon in a word - Tableau