项目作者: BNPrashanth

项目描述 :
How to extract content from a Published (to web) Google Sheet in GO
高级语言: Go
项目地址: git://github.com/BNPrashanth/gsheet-to-json-csv.git
创建时间: 2019-04-14T18:07:02Z
项目社区:https://github.com/BNPrashanth/gsheet-to-json-csv

开源协议:

下载


GSHEET-TO-JSON-CSV

How to extract content from a Published (to web) Google Sheet

This project shows how to extract content from a Language File, in the form of a Published Google Sheet and write the content in to separate lnguage json files according to the specified number of columns (languages) in the Google Sheet.
Steps on how the approach works:

  • The code downloads the Google Sheet as a .csv file
  • Extracts the content in the .csv file
  • Writes the content in to the desired number of json files