https://github.com/defactosoftware/anonymizedatacolumnsfromcsv
https://github.com/defactosoftware/anonymizedatacolumnsfromcsv
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/defactosoftware/anonymizedatacolumnsfromcsv
- Owner: DefactoSoftware
- Created: 2020-10-26T10:48:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T09:01:42.000Z (about 5 years ago)
- Last Synced: 2025-01-01T11:42:26.266Z (about 1 year ago)
- Language: C#
- Size: 1.79 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AnonymizeDataColumnsFromCsv
A Windows console application that expects a comma separated values file (; as delimiter) of 44 columns and anonymize the specified columns.
### Dependencies
- .Net Framework 4.5
### Configuration
In the appSettings section we can configure the importfiles to a maximum of three (importfile1, importfile2, importfile3) and the corresponding exportfiles (exportfile1, exportfile2, exportfile3).
The importfile will be read into a datatable with the configured CodePage setting (CodePage key).
All the specified columns numbers in the setting 'AnonymizeColumnNumbers' will be set as an empty string and the result will be saved in the exportfile.