https://github.com/andrewrathbun/csvfiledetailsextractor
A simple tool to enumerate useful details from CSV files recursively from a provided folder path
https://github.com/andrewrathbun/csvfiledetailsextractor
csv
Last synced: about 2 months ago
JSON representation
A simple tool to enumerate useful details from CSV files recursively from a provided folder path
- Host: GitHub
- URL: https://github.com/andrewrathbun/csvfiledetailsextractor
- Owner: AndrewRathbun
- License: mit
- Created: 2023-08-31T20:36:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-20T03:50:57.000Z (about 1 year ago)
- Last Synced: 2025-02-12T22:35:54.199Z (3 months ago)
- Topics: csv
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSVFileDetailsExtractor
A simple tool to enumerate useful details from CSV files recursively from a provided folder path
## Usage
`.\CSVFileDetailsExtractor.exe C:\temp\FolderWithCSVs`
## Key Features
- Outputs wherever you run the tool from the following CSV: `.\Output.csv`
- `.\Output.csv` will have the following headers: `Header Row,First Line,Last Line,File Size(KB),Row Count,Full File Path`
- .NET 6 project so it's cross platform!Any issues, please let me know!