Skip to content

szilardev/PowerQueryFindAndReplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PowerQueryFindAndReplace

Finds and replaces values ​​in one table based on values ​​in another table.

Syntax

FindAndReplace = (InputTable as table, WithInColumnName as text, FindAndReplaceTable as table, optional FindColumnName as text, optional ReplaceColumnName as text) as table

About

Possible parameters, their types and accepted values.

  • InputTable - table
  • WithInColumnName - text
  • FindAndReplaceTable - table
  • FindColumnName (optional) - text - Default value: Find
  • ReplaceColumnName (optional) - text - Default value: Replace

About

Finds and replaces values ​​in one table based on values ​​in another table.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published