Primo.AHunter.Core
1.0.2
dotnet add package Primo.AHunter.Core --version 1.0.2
NuGet\Install-Package Primo.AHunter.Core -Version 1.0.2
<PackageReference Include="Primo.AHunter.Core" Version="1.0.2" />
<PackageVersion Include="Primo.AHunter.Core" Version="1.0.2" />
<PackageReference Include="Primo.AHunter.Core" />
paket add Primo.AHunter.Core --version 1.0.2
#r "nuget: Primo.AHunter.Core, 1.0.2"
#:package Primo.AHunter.Core@1.0.2
#addin nuget:?package=Primo.AHunter.Core&version=1.0.2
#tool nuget:?package=Primo.AHunter.Core&version=1.0.2
About
Primo.AHunter.Core is a set of ready-to-use activities for Primo RPA Studio designed to automate interaction with the AHunter service. It addresses the need to perform address, full name, and phone standardisation in workflows executed by the Primo RPA robot. Key activities include: Cleanse address, Cleanse full name, and Cleanse phone. 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 the Primo RPA robot. Install this package via the ".Dependencies → Manage Dependencies" menu; the "AHunter" node with package elements will appear in the Elements tree.
Elements
- Cleanse address
- Cleanse full name
- Cleanse phone
Pure code
Primo.AHunter.AHunterApp app = new Primo.AHunter.AHunterApp();
//token - [String] Token to connect to AHunter service
//addr - [String] Address to standartization
//filter - [String] Filter to improve standartization
//lim - [Int32?] Limit
//to - [Int32?] Timeout
string standardAddress = app.StandartizeAddress(token, addr, filter, [lim], [to]);
//token - [String] Token to connect to AHunter service
//phone - [String] Phone to standartization
//filter - [String] Filter to improve standartization
//lim - [Int32?] Limit
//to - [Int32?] Timeout
string standardPhone = app.StandartizePhone(token, phone, [lim], [to]);
//token - [String] Token to connect to AHunter service
//fio - [String] Name to standartization
//filter - [String] Filter to improve standartization
//lim - [Int32?] Limit
//to - [Int32?] Timeout
string standardName = app.StandartizeFio(token, fio, [lim], [to]);
Key Features
- Elements to perform address, full name, and phone standardisation
- Supports .NET 8+
Feedback
Bug reports and contributions are welcome at Primo RPA chat
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
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.