From 58ab93a6ebd8a4b302459cd77b97388067cb79ec Mon Sep 17 00:00:00 2001 From: dfinke Date: Sun, 22 Apr 2018 14:25:56 -0400 Subject: [PATCH] updated readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 340d773..5ef7177 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,13 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfi # What's new -#### 4/10/2018 -Thanks to the community yet again, [ili101](https://github.com/ili101) for fixes and features -- Removed `[PSPlot]` as OutputType. Fixes it throwing an error +#### 4/22/2018 +Thanks to the community yet again +- [ili101](https://github.com/ili101) for fixes and features + - Removed `[PSPlot]` as OutputType. Fixes it throwing an error +- [Nasir Zubair](https://github.com/nzubair) added `ConvertEmptyStringsToNull` to the function `ConvertFrom-ExcelToSQLInsert` + - If specified, cells without any data are replaced with NULL, instead of an empty string. This is to address behviors in certain DBMS where an empty string is insert as 0 for INT column, instead of a NULL value. + #### 4/10/2018 -New parameter `-ReZip`. It ReZips the xlsx so it can be imported to PowerBI