Skip to content

Commit eb83f61

Browse files
authored
Update README.md
1 parent 880a149 commit eb83f61

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ A [KeyTip](https://msdn.microsoft.com/en-us/library/microsoft.office.tools.ribbo
151151
* Paste the contents of the clipboard
152152

153153
#### Copy (Button)
154-
* ...
154+
* Copies the selection on to the clipboard so you can paste it somewhere else
155155

156156
<a id="user-content-copy-visible-cells" class="anchor" href="#copy-visible-cells" aria-hidden="true"> </a>
157157
#### Copy Visible (Button)
@@ -185,7 +185,6 @@ These buttons have the following constraints:
185185
#### Clean Data (Button)
186186
* This feature runs through all the data in the table and removes unprintable characters and trims leading and trailing spaces.
187187
* The number of cells cleaned is shown in a message box and cleaned cells are highlighted.
188-
* Currently, there must be at least 2 rows in the table
189188

190189
<a id="user-content-convert-to-null" class="anchor" href="#convert-to-null" aria-hidden="true"> </a>
191190
#### Convert to Null (Button)
@@ -202,17 +201,16 @@ These buttons have the following constraints:
202201

203202
<a id="user-content-format-date-columns" class="anchor" href="#format-date-columns" aria-hidden="true"> </a>
204203
#### Format Date (Button)
204+
* This feature applies the selected format from the dropdown e.g. "dd-mmm-yyyy" to all date columns it detects in the active table. If there are zero strings in the column instead of “NULL”s, then the column is treated as a string.
205205
* When data is cut and pasted from SSMS into Excel, for whatever reason, Excel chooses to format the dates with the (useless) format "mm:ss.0". This seems to be impossible to configure.
206-
* This feature applies the format "dd-mmm-yyyy" to all date columns it detects in the active table. If there are zero strings in the column instead of “NULL”s, then the column is treated as a string.
207206

208207
<a id="user-content-date-find-format" class="anchor" href="#date-find-format" aria-hidden="true"> </a>
209208
#### Format Date (Dropdown)
210209
* This is the format the script looks for to finds dates
211-
* It defaults to ‘mm:ss.0’, and can be changed by the dropdown value or free text
212210
* These values can be updated using the build button “…” to the right of the “Date Format” dropdown
213211

214212
#### Format Time (Button)
215-
* ...
213+
* This feature applies the selected format from the dropdown e.g. "hh:mm" to selected column from the active cell.
216214

217215
<a id="user-content-date-replace-format" class="anchor" href="#date-replace-format" aria-hidden="true"> </a>
218216
#### Format Time (Dropdown)

0 commit comments

Comments
 (0)