If we have multiple csv files and other csv files are getting added up?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to create wf for this scenario? If we have multiple csv files and other csv files are getting added up weekly and these files are not having any column header so how can we convert them into single excel file such that future data also gets added up?
- Labels:
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If we have multiple csv files and other csv files are getting added up weekly and these files are not having any column header so how can we convert them into single excel file such that future data also gets added up?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Have you tried using the wildcard feature? It’s detailed here: https://knowledge.alteryx.com/index/s/article/The-Ultimate-Input-Data-Flowchart-1583459854309
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
As long as those files are added to the same folder each time and have the same structure, they should just stack altogether
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks Alex naam for the response I was able to get the single xlxs file using the wildcard function, but the problem that I am facing is with the column header since these files are not having header so it is not coming up in output file as well.
How can we add the column header in the output file also for future do I need to select append with existing data in the output tool?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Prashant24 if the files don’t have a header in the first place, then you can create header names via a Select tool.
if you are saying your first row contains data, there is a setting in the input data tool to check off!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you need further help, then sample files will be needed
