Skip to main content
Solved

Removing specific column names.


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_

View original
Did this topic help you find an answer to your question?

2 replies

Bikram
Headliner
Forum|alt.badge.img+1
  • Headliner
  • 486 replies
  • 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_


Thanks Bikram. 


Reply