Forum Discussion
a68tbird
Resolver II
8 years agoReplace Values in Headers
Hello All, I'm creating a function that will cleanse and model a monthly invoice that we receive. The problem with this invoice is that some months the headers have underscores between the words (...
- Anonymous8 years ago
a68tbird,
Change your code to the following:= Table.ReplaceValue(#"Transposed Table","_"," ",Replacer.ReplaceText,{"Column1"})
There is an example for your reference.
Regards,
Lydia
Anonymous
8 years agoNot applicable
a68tbird,
Change your code to the following:
= Table.ReplaceValue(#"Transposed Table","_"," ",Replacer.ReplaceText,{"Column1"})
There is an example for your reference.
Regards,
Lydia