Join-Object

0.1.5

Join-Object LINQ Edition.
Aims to provide the exact functibility of https://github.com/RamblingCookieMonster/PowerShell/blob/master/Join-Object.ps1 with much better performance.
Initial testing shows at last 100 times faster.

## Explanation and usage Examples
See RamblingCookieMonster guide https://ramblingcookiemonster.github.io/Join-Object/ and https://github.c/
Join-Object LINQ Edition.
Aims to provide the exact functibility of https://github.com/RamblingCookieMonster/PowerShell/blob/master/Join-Object.ps1 with much better performance.
Initial testing shows at last 100 times faster.

## Explanation and usage Examples
See RamblingCookieMonster guide https://ramblingcookiemonster.github.io/Join-Object/ and https://github.com/ili101/Join-Object/blob/master/Examples/Join-Object.Examples.ps1
Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Join-Object -RequiredVersion 0.1.5

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Join-Object -Version 0.1.5

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 ili. All rights reserved.

Package Details

Author(s)

  • ili

Tags

Join-Object LINQ

Functions

Join-Object

Dependencies

This module has no dependencies.

Release Notes

## 0.1.5 - 2018/03/11 (Beta)
### Fixed
* Error "Cannot set Column 'foo' to be null. Please use DBNull instead." when using -DataTable on DataTable data with nulls in it.

FileList

Version History

Version Downloads Last updated
2.0.3 83,646 4/5/2022
2.0.2 22,032 11/9/2020
2.0.1 8,606 8/23/2019
2.0.0 52 8/22/2019
1.0.1 943 12/17/2018
1.0.0 102 11/20/2018
0.1.6 1,134 3/13/2018
0.1.5 (current version) 29 3/11/2018
0.1.4 26 3/8/2018
0.1.2 23 3/7/2018
Show less