Skip to main content

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. 

 @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