Primo.Collections
1.0.1
dotnet add package Primo.Collections --version 1.0.1
NuGet\Install-Package Primo.Collections -Version 1.0.1
<PackageReference Include="Primo.Collections" Version="1.0.1" />
<PackageVersion Include="Primo.Collections" Version="1.0.1" />
<PackageReference Include="Primo.Collections" />
paket add Primo.Collections --version 1.0.1
#r "nuget: Primo.Collections, 1.0.1"
#:package Primo.Collections@1.0.1
#addin nuget:?package=Primo.Collections&version=1.0.1
#tool nuget:?package=Primo.Collections&version=1.0.1
About
Primo.Collections is a set of ready-to-use activities for Primo RPA Studio designed to automate data table creation and processing. It addresses the need to build, read, update, and combine data tables within automated processes. Key activities include: building data tables, getting row item values, joining data tables, and updating row items. The package can be added to any Primo RPA Studio project via the built-in dependency manager.
How to Use
In Primo RPA studio, create a project that will be executed by Primo RPA robot. Install this package via the ".Dependencies → Manage Dependencies", four element will appear under "Data/Data tables" node in Elements tree: "Build data table", "Get row item", "Join data tables", "Update row item".
"Build data table" provides a table builder.
"Get row item" gets the value of a table cell.
"Join data tables" joins two tables like "Join" in Sql "Select" expression.
"Update row item" sets the cell value.
Key Features
- High performance
- Supports .NET Framework 4.6.1+
Main Types
- Primo.Collections.Elements.DataTables.WFDataTableBuild
- Primo.Collections.Elements.DataTables.WFDataTableGetRowItem
- Primo.Collections.Elements.DataTables.WFDataTableJoin
- Primo.Collections.Elements.DataTables.WFDataTableUpdateRowItem
Feedback
Bug reports and contributions are welcome at Primo RPA chat
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.