Uipath Marketplace
MarketplaceStudioスニペットHandling Huge Excel by Chunking Logic

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

Handling Huge Excel by Chunking Logic

Handling Huge Excel by Chunking Logic

作成者: Enquero Inc

2

スニペット

ダウンロード数

<100

[戻る] ボタン
[戻る] ボタン
carouselImage0
[次へ] ボタン
[次へ] ボタン

要約

要約

This snippet takes the bulk Excel file as input and converts it into small xml based on the chunk size (total records in chunk).

概要

概要

In the schenario of having an Excel file with more than 10 million records and the need to apply some sort of filter condition for each and every record, this component helps to read the huge Excel file and convert each sheet into separate Excel files. Then, based on the chunk size (like 2.5lac Excel records as 1 chunk), loop through each newly created Excel file and convert it into small chunk XML documents.

In general, when UiPath is trying to access and load entire bulk Excel files into a single datatable and performing datatable activities like sorting, merging, filtering, it throws an "out of memory exception" issue, because UiPath is trying to access more RAM (32 bit application can access only 4gb RAM). In this situation, users can benefit from this snippet to process Excel files chunk by chunk.

機能

機能

1. Provides logic to handle and process huge Excel files

2. Resolves the "out of memory exception" issue by processing bulk Excel files by chunking logic.

その他の情報

その他の情報

依存関係

UiPath Excel activities >=2.22.4 UiPath System activities >=21.10.3

コード言語

Visual Basic

公開者

Enquero Inc

公開者ページを表示

信頼できるソース

ライセンス契約とプライバシー条項

MIT

プライバシー条項

技術情報

バージョン

1.0.1

更新日

2022年1月10日

対応製品

Studio: 21.10.4 - 22.10

認定

シルバー 認定済み

アプリケーション

Microsoft Excel

サポート

UiPath コミュニティ サポート

リソース

類似のコンポーネント