Forum Discussion
Append new Excel table into dataset without loading again old data?
- Anonymous8 years ago
Hi minhvuong93,
I'd like to suggest you add some filters after get data from folder and before expand records, it will obvious increase the load performance.
>>My excel have table header like below, These stay the same, but some months there were extra but unnecessary headers.
For this scenario, you can try to use Table.SelectColumns to instead RemoveColumns function to choose which columns you needed.(not need to care about randomly needless columns' name)
BTW, folder connector not support incremental loading/refresh.
Regards,
Xiaoxin Sheng
Hi minhvuong93,
I'd like to suggest you add some filters after get data from folder and before expand records, it will obvious increase the load performance.
>>My excel have table header like below, These stay the same, but some months there were extra but unnecessary headers.
For this scenario, you can try to use Table.SelectColumns to instead RemoveColumns function to choose which columns you needed.(not need to care about randomly needless columns' name)
BTW, folder connector not support incremental loading/refresh.
Regards,
Xiaoxin Sheng