Hi all, currently I’m trying to filter data from an excel file that contains more than 900k rows. Reading the file and filtering it inside studio seems to hand out the machine as the amount of data is massive. Is there any way that I can filter the data before assigning it to a variable?
I did some googling here and there some people suggested to use power query but I’m not sure how that works.
It is may be slow to process large Excel file. You can import Excel data to tools like Power BI Desktop (free for downloading) or SQL database. Then you can use UiPath Studio bot to process the data.
Thanks for the suggestion given, from the list that you had mentioned I believed LINQ and FilterDataTable requires the data to be saved into a variable first I believe. This causes the system resources to be spike to 100% which causes the machine to hang.
As for VLookup I believe it is only usable if we’re only looking on a single column right?
I haven’t tested on AutoFill yet as I’m not sure how to use it currently yet.
Thanks for the suggestion, I believe this method is achievable by filtering the data using queries first before getting it into a variable yes? If yes, this can be very helpful in reducing the amount of data being pushed into the machine resource.
@Mirai That’s right. Excel as a Database helps to manipulate the data using SQL queries without using any variable in prior to store the input data. Below docs for ref