12-06-23 04:40 PM
12-06-23 05:19 PM
Hi Marcin Grzelak,
1) create custom DLL's to manipulate large amount of data in run time. In this case you need to write and manipulate data before getting the data in to BP
2) Create macros to filter the data and other manipulation i
3) Apply data manipulation in the excel itself. like Filters, Formulas and other available excel capabilities for this you can use existing excel VBO and build the code on top of it.
if the file is in 1000's I will read the data from the excel and perfrom data manipulation in the code stage in bp itself.
Note: Also latest BLue Prism version 7.2 can handle much more than the previous versions because it is 64 bits
13-06-23 12:42 AM
Hello Marcin,
You can achieve this by executing a select query statement via OLEDB. I have attached the OLEDB guide for your reference.
13-06-23 03:56 AM
As Other member mentioned OLEDB is also an option in general.
13-06-23 09:11 AM
Hi,
Many thanks for answer for both.
I will check OLEDB, but I need to catch Admin for installation Microsoft Access Database Engine.
All the best.M