Skip to content

Commit

Permalink
Update readme with .json and .xml support
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Oct 22, 2021
1 parent 6bf9c02 commit 006b7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A script to locate duplicate or non-duplicate contacts between two `.csv` contact lists.

It is not just restricted to contacts as the project name implies, but really can compare between any two `.csv` lists.
It is not just restricted to contacts as the project name implies, but really can compare between any two `.csv` lists. In fact you can use `.json` and `.xml`, just change the `ConvertFrom-Csv` to `ConvertFromJson` and `ConvertFrom-Xml` respectively.

## Notes

Expand Down

0 comments on commit 006b7a0

Please sign in to comment.