Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guasam/jsontocsv
JsonToCsv is a simple C# console application that demonstrates converting JSON data to CSV format
https://github.com/guasam/jsontocsv
csv-converter csv-from-json json-to-csv json-to-csv-converter jsontocsv
Last synced: about 1 month ago
JSON representation
JsonToCsv is a simple C# console application that demonstrates converting JSON data to CSV format
- Host: GitHub
- URL: https://github.com/guasam/jsontocsv
- Owner: guasam
- Created: 2024-06-30T09:52:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T17:57:37.000Z (5 months ago)
- Last Synced: 2024-07-21T19:46:40.870Z (5 months ago)
- Topics: csv-converter, csv-from-json, json-to-csv, json-to-csv-converter, jsontocsv
- Language: C#
- Homepage:
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON to CSV Converter (JsonToCsv)
## Overview
JsonToCsv is a simple C# console application that demonstrates converting JSON data to CSV format.
## Requirements
- .NET 8.0 SDK or later
## Usage
```
jsontocsv -i input.json -o output.csv
```