So, Alteryx is reading the first line as a header and all I want is to use a different header so columns I and J are
Currency | FX rate |
EUR/USD | 1 |
EUR/GBP |
Hey @rafatomillero,
The input data tool has a configuration option here to import the first line as data not a header:
Then you can use a Select tool to rename your column to what you like.
Any questions or issues please ask
Ira Watt
Technical Consultant
Watt@Bulien.com
In the Input Data tool, check the box for First Row Contains Data.
You'll get field names like F1,F2,F3
Chris
Hello @rafatomillero , Here is my solution to your problem. You can check the box next to First row contains data and then use select tool to rename the fields to the names you wish to. Here are the details to achieve the expected output.
Please do accept my solution if it works for you.
Thanks!!
Hi @IraWatt , @grazitti_sapna , @ChrisTX , is there another way of doing this by using the Directory tool instead?
@rafatomillero the directory tool does not input files into a workflow. You can however use the directory tool with a dynamic input tool to do the same thing and import multiple files and not taking the first data point as a header:
@IraWatt thanks for your reply, however, the file name in the folder will change but it will always contain some set of characters. For example, the file this month is called RT Sales 08, but the next month it will be RT Sales 09. How do I achieve this without having to modify Alteryx every time the file name is changed?
@rafatomillero the directory tool checks the folder location and can filter on the most recent file then send that to the dynamic input tool. Its straight forward to set up just check this blog How to input multiple files at once in Alteryx – Alteryx Guru
How can i make the opposite of this solution, Because I want to get the month name from file and input that into text tool so that it can say it as "selected month is [column:A]." --> which is look like if the file has jan it will say it as "selected month is Jan." and so on....
The file is from google sheet where i can't use the input tool in this case, I want to convert Nov'23 to F2 so that the select operation works even if the user select any month. basically convert Staffid to F1 and Nov'23 to F2 and so on..
User | Count |
---|---|
19 | |
15 | |
14 | |
9 | |
8 |