Forum Discussion
import specific colums from excel
- 10 years ago
I assume if you select the columns you want to keep and then select "remove other columns", this should work for you. It shouldn't matter what the other columns are. So if some are missing, it will still work. But if one of the columns you want to keep is missing, then it will fail
I assume if you select the columns you want to keep and then select "remove other columns", this should work for you. It shouldn't matter what the other columns are. So if some are missing, it will still work. But if one of the columns you want to keep is missing, then it will fail
I am facing a similar problem, basically what I want to do is that I want to write a code to dynamically populate data into a blank table from an excel file. Say my excel file presently has 50 columns and I only want to select 15 out of them, but I want to do this at the time of data import and not using query editor.
Kindly Help.