Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
patriciousa
Creator II
Creator II

How to replace an specific character under a column

Hi guys.

I have a question on what must be an easy task... I have to replace an specific character under a column.

This is what I'm loading in Sense.

Name
John,Green
Mike,Red
Stephanie,Roberts
Patrick Isaac,Ortner

I have to replace the "," by " " (one space)

How do I do it? Where do I put in the load script?

Thank you in advance.

Regards.

1 Solution

Accepted Solutions
paul_scotchford
Specialist
Specialist

Hi

Use this in your script ...

Replace(text, from_str, to_str)



View solution in original post

2 Replies
paul_scotchford
Specialist
Specialist

Hi

Use this in your script ...

Replace(text, from_str, to_str)



patriciousa
Creator II
Creator II
Author

Thank you.

Regards.