Start Free Trial

Alteryx Designer Desktop Discussions

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

Remove Top Row of Data

NBPSE
8 - Asteroid

I am trying to remove the top line of data (column headers) for my CSV output file, how can I do this?

2 REPLIES 2
Qiu
21 - Polaris
21 - Polaris

@NBPSE 
It seems that we can skip the Column Headers by unchecking the option "First Row Contains Field Names" when exporting CSV file.

Though I realy suspect that it is a typo, and the correct one shall be same as the option "Skip Field Names" when exporting Excel file.

 

2024-07-30 103917.png
2024-07-30 103944.png

aatalai
15 - Aurora

agreed with @Qiu , other ways can be using the sample tool and selecting skip first row

 

sample skip first row.png

 

Another way would be using select records and inputting 2+

 

 

select record skip first.png

 

 

Labels
Top Solution Authors