PSWriteHTML icon indicating copy to clipboard operation
PSWriteHTML copied to clipboard

New-HTMLTable - Detect type of data used (ip-address, date, currency, filesize, numeric)

Open PrzemyslawKlys opened this issue 5 years ago • 0 comments

It seems to be possible to sort data for different types with plugins:

  • file-size | Detect abbreviated file size data (8MB, 4KB, 3B, etc)
  • numeric-comma | Detect numeric data which uses a comma as the decimal place.
  • num-html | Detect data which is a mix of HTML and numeric data.
  • currency | Detect data of numeric type with a leading currency symbol.
  • date-uk | Detect data which is in the date format dd/mm/yyyy
  • ip-address | Detect data which is in IP address notation
  • formatted-num | formatted_numbers

Needs investigation, tests and adding: https://datatables.net/plug-ins/type-detection/

PrzemyslawKlys avatar Aug 22 '20 17:08 PrzemyslawKlys