はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Enquero Inc
2
スニペット
<100
要約
要約
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
ライセンス契約とプライバシー条項
MIT
プライバシー条項
技術情報
バージョン
1.0.1更新日
2022年1月10日対応製品
Studio: 21.10.4 - 22.10
認定
シルバー 認定済み
サポート
UiPath コミュニティ サポート
リソース