Jump to content

RXReplace help


Krista Dobley

Recommended Posts

Hello - I'm trying to change a value within a transformation calculate and replace column against my data source.

FROM:["Value 1","Value 2","Value 3"]

TO: Value 1 : Value 2 : Value 3

This particular expression does NOT error, but it's also not fixing my values in the column (column data looks same as before when completed within the transformation, but if added as a calculated column, entire column is null, when next to its parent column which has values). Help!

RXReplace(RXReplace(RXReplace([MyFieldName],'","',':','g'),'["','','g'),'"]','','g')

Thank you!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...