Primo.AHunter.Core
1.0.0
dotnet add package Primo.AHunter.Core --version 1.0.0
NuGet\Install-Package Primo.AHunter.Core -Version 1.0.0
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.0" />
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.0" />
<PackageReference Include="Primo.AHunter.Core" />
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.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Primo.AHunter.Core, 1.0.0"
#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.0
#: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.0
#tool nuget:?package=Primo.AHunter.Core&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
About
The Primo RPA robot uses elements of the package to interact with AHunter service to perform address, full name and phone standartisation.
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" menu; the "AHunter" node with package elements will appear in 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 standartisation.
- 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. |
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.0 | 117 | 1/27/2025 |