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.
SOLVED

Move up Field Titles

Chirag_Gandhi07
8 - Asteroid

Hi everyone,

 

I am inputting an excel file to my workflow that displays the field titles starting from the 4th record. In Alteryx, the field titles become F1, F2, and so on. How can I have it so that the field titles on the 4th row of Excel are output as the field titles in Alteryx instead of F1, F2, etc... without having to do so in Excel? Any help would be greatly appreciated!

Thanks!

3 REPLIES 3
BenMoss
ACE Emeritus
ACE Emeritus
Theres a couple of ways to do this. One of the options on the file import
is to define what line to start the input on.

Alternatively you can use a sample tool to skip 'n rows' to bring your
header onto the 1st data line, then you can use a dynamic rename using the
'take field headers from first row of data' option.

Ben
Chirag_Gandhi07
8 - Asteroid

@BenMoss Thank you!

isundari
7 - Meteor

Thanks @BenMoss for the solution and @Chirag_Gandhi07  for bringing this up. Super helpful!

Labels
Top Solution Authors