Hi,
Could you please let me how I can pick the yellow highlighted row as a header row in alteryx.
Thanks,
Hi @Srawat ,
1)If the header of the files can be in any row:
a)Configure the input tool to get this file
b)Use the filter tool to filter column C != null and column C != "" (or any column that can be used as reference to keep the header and the data)
c)Use the dynamic rename tool configured to take field names from first row
2)If the header of the files is always on the same row, just configure the field Start Data Import on Line of the input tool to get the header from this row
It is working fine however unable to get correct header please refer filter and then dynamic tool and advise. Thanks.
@Srawat can you provide sample input file in excel?
Change the line 7 in input data tool : Start Data import on line 8 as shown below and it wiil work.