Compress or reduce the size of large datatable

Hi! is there any activity that can compress or reduce the size of a datatable??

Any suggestions or clues are appreciated. Thanks

1 Like

Hi @Hassan_Ali,

I have seen some topic that i have attached it below.

https://www.codeproject.com/Articles/29415/Compressed-DataTable-serialization-using-GZip

May be you can get more from other users.

Thank you
Balamurugan.S

1 Like

Is this from uipath or some other language like C#?

I need some custom activity in uipath that can compress or reduce the size of datatable. The link you shared is using code in some language like C# or VB.NET.

1 Like

I think . In UiPath Doesn’t have this activity. May be have to develop a new activity …

Regards
Balamurugan.S

1 Like

Hi,
Why do you need to store large datatable in memory?

Probably you are working with big excel file. Check this topic Sql query output and excel
You can work on excel file as a database and make querry.

1 Like