Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!