Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to remove particular column from dataset which are present in list

prthmesh111
8 - Asteroid

I am having a list of book present in excel like below format

 

Bookid

Flax123

Flax461

Strt310

 

From the input data i am reading the file which the columns present in that list like  below

Ab12-34  Flax123-xyz Strt310-abc  Lmn123

122.          123345.         122344.        Oepejd

123455.    Jdjldldp.        Wejrjdjb.       Jdjdjdk

 

Whatever the column names that are contains in  dataset from that list should be removed or delete in the output 

 

 

 

 

 

4 REPLIES 4
pedrodrfaria
13 - Pulsar

Hi @prthmesh111 

 

If I understood it correctly, you are looking for something like this:

 

pedrodrfaria_0-1616155859346.png

 

Here we removed two column headers that were on the other list.

 

mceleavey
17 - Castor
17 - Castor

Hi @prthmesh111 ,

 

A little bit of transpose and crosstab magic should to the trick:

 

mceleavey_0-1616156085864.png

 



Bulien

Qiu
21 - Polaris
21 - Polaris

@prthmesh111 
Hope this will work

Capture1A.PNG

prthmesh111
8 - Asteroid

HI QUI,

 

It works fine but if you look at column name (-) is getting replace with ( _ )  is there any way to keep the same column name as it 

Labels
Top Solution Authors