Solved

Removing specific column names.

  • 5 August 2023
  • 2 replies
  • 29 views

How to remove columns that start with specific names. I have data incoming that has many auto generated columns that starts with “empty_”. Please let me know how to remove them using field remover or any other method? Thanks in advance.

 

Ignore this. got the solution. 

icon

Best answer by Bikram 6 August 2023, 16:39

View original

2 replies

Userlevel 5
Badge +1

 @anand_rajan 

If you would like to remove the column names starting with empty_ , then you can try with the below configuration.

 

If you would like keep the columns but remove the prefix “empty_” , then you can try below config.

 

Thanks & Regards

Bikram_

Thanks Bikram. 

Reply