Hi Everyone
I have a csv file which looks similar to the following format
employeeID, businessDate, categoryName, employeeType
24414,2021-07-01,"",Permanent
67674,2021-03-15,"",Temporary
I was to remove the "" from this file using ALTERYX, and set the output to following
employeeID, businessDate, categoryName, employeeType
24414,2021-07-01,,Permanent
67674,2021-03-15,,Temporary
can you please help