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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Primo.AHunter.Core" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Primo.AHunter.Core" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Primo.AHunter.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Primo.AHunter.Core --version 1.0.2
                    
#r "nuget: Primo.AHunter.Core, 1.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Primo.AHunter.Core@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Primo.AHunter.Core&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Primo.AHunter.Core&version=1.0.2
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
1.0.2 0 3/25/2026
1.0.1 23 3/24/2026
1.0.0 185 1/27/2025