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.

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