CSVFileDetailsExtractor

A simple tool to enumerate useful details from CSV files recursively from a provided folder path

MIT License

Stars
2

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!