A simple tool to enumerate useful details from CSV files recursively from a provided folder path
.\CSVFileDetailsExtractor.exe C:\temp\FolderWithCSVs
- 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!