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

https://github.com/yuhexiong/json-to-csv-groovy


https://github.com/yuhexiong/json-to-csv-groovy

groovy

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Json To CSV

讀取 JSON 文件,並將鍵和值轉換為欄位和對應的數值,然後匯出為 CSV 文件。

## Overview

- 語言: Groovy v4.0.24

## Run

編輯代碼中的 `jsonFilPath` 和 `csvFIlePath`。
同時提供範例 JSON 文件。
```bash
groovy JsonToCsv.groovy
```