Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
explicitly mention that all data processing is done offline
  • Loading branch information
BdR76 committed Jun 14, 2024
1 parent 51fc9b7 commit 7fe5ac6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ search for "csv lint", check the checkbox and press Install. This will add
CSV Lint under the `Plugins > CSV Lint` menu item and a CSV Lint icon in the
toolbar icon.

CSV Lint doesn't require an internet connection and doesn't use any cloud service.
All data processing is done offline on the pc that runs Notepad++.

**If you find the CSV Lint plug-in useful you can buy me a coffee!**
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=T8QZSFBNAPERL)

Expand Down Expand Up @@ -442,7 +445,7 @@ other examples below
| 1-6-2024 | 1-6 | -2024 |
| TGAGCATCGGAC | TGA | GCATCGGAC |
| 1.2650 | 1.2 | 650 |
| 4015672111745 } 401 | 5672111745 |
| 4015672111745 | 401 | 5672111745 |

You can enter a negative position to split from the end of the value, for
example split on position `-4` will split value `PT0123` into `PT` and `0123`,
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ With CSV Lint you can take a dataset and:
* Convert csv data to SQL insert script or XML or JSON format.
* Generate Python, R or PowerShell scripts

CSV Lint is stable and usable for most general use-cases, but it is a work-in-progress,
CSV Lint doesn't require an internet connection and doesn't use any cloud service.
All data processing is done offline on the pc that runs Notepad++.
The plug-in is stable and usable for most general use-cases, but it is a work-in-progress,
so if you encounter any bugs or unexpected output I encourage you to [report issues here](https://github.com/BdR76/CSVLint/issues).
CSVLint is based on a prototype project [Dataset MultiTool](https://github.com/BdR76/datasetmultitool)

Expand Down

0 comments on commit 7fe5ac6

Please sign in to comment.