ittybittyapps / appstoreconnect-cli

An easy to use command-line tool for interacting with the Apple AppStore Connect API
MIT License
174 stars 17 forks source link

Add read CSV support for File reader #162

Closed DechengMa closed 4 years ago

DechengMa commented 4 years ago

Closes #24

Background:

we already have CSV Renderer

📝 Summary of Changes

Changes proposed in this pull request:

🧐🗒 Reviewer Notes

💁 Example

Usage

let testers = Readers
        .FileReader<[BetaTester]>(format: .csv)
        .read(filePath: "tester.csv")