Skip to content

Commit

Permalink
updating for PSGallery
Browse files Browse the repository at this point in the history
  • Loading branch information
santisq committed Oct 25, 2022
1 parent 3d9b514 commit 2dbb21c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

PSCsvUtil is a tiny PowerShell Module composed of two functions to efficiently __split and merge__ big Csv files using [`StreamReader`](https://learn.microsoft.com/en-us/dotnet/api/system.io.streamreader.-ctor?view=net-7.0) and [`StreamWriter`](https://learn.microsoft.com/en-us/dotnet/api/system.io.streamwriter?view=net-7.0) .NET Classes.


## Installation

```powershell
Install-Module PSCsvUtil -Scope CurrentUser
```

## Compatibility

Tested and compatible with Windows PowerShell 5.1 and [PowerShell Core 7+](https://github.com/PowerShell/PowerShell).
Expand Down

0 comments on commit 2dbb21c

Please sign in to comment.