CSVFileDetailsExtractor

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

MIT License

Stars
2
CSVFileDetailsExtractor - 0.1 - Initial Release! Latest Release

Published by AndrewRathbun about 1 year ago

Initial release!

Simple usage example:

.\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!