Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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-18T19:52:49.000Z (8 months ago)
- Last Synced: 2024-05-18T20:39:55.376Z (8 months ago)
- Topics: csv
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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!