Forum Discussion
kenchan
3 years agoFrequent Visitor
Import Data but the data header from another data table
Hi there, I would like to import a CSV file which have 90 Cols but it does not have the header. Instead of manual update the header one by one, I would like to map it via another table created in...
DOLEARY85
3 years agoResident Rockstar
Hi,
try this, from the mapping table:
- Sort ascending on original column
- Transpose
- Remove top row (1) to remove original column row
- Append query (table with data)
- Use first row as header
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
kenchan
3 years agoFrequent Visitor
Thank you for your idea.
I am curious any other way to handle this problem incase the header is not in expected sequence