Column Filter with Wildcard/Regex Selection

I have a table with 580 columns and need to exclude the ones containing the “PCS” in the column name.

How can I set a proper pattern for that using the Column Filter node?

Many thanks for your help!

Mauricio

Hi @Bortolinm,

Just select “Wildcard/Regex Selection” and enter your wildcard, e.g.:
*PCS*

4 Likes

Hello Mauricio,

Just attaching a screenshot of what armingrudd is talking about

3 Likes

Many thanks, it works as expected! :pray:

The issue I had, seems to be related to the origin csv file format.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.