Skip to main content
Solved

Removing specific column names.

  • August 5, 2023
  • 2 replies
  • 56 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. 

Best answer by Bikram

 @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_

2 replies

Bikram
Headliner
Forum|alt.badge.img+1
  • Headliner
  • Answer
  • August 6, 2023

 @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_


  • Author
  • August 6, 2023

Thanks Bikram.