ttsukagoshi / csv2gsheets

CLI tool to convert local CSV files into Google Sheets files in a designated Google Drive folder. Users can choose whether to update an existing Sheets file, or create a new one.
https://www.npmjs.com/package/csv2gsheets
MIT License
5 stars 0 forks source link

Add configuration option to designate CSV files' text encoding #112

Closed ttsukagoshi closed 11 months ago

ttsukagoshi commented 11 months ago

Let's keep it simple; we will maintain the current process of assuming that all CSV and JSON files that csv2gsheets handles will be encoded in the default Node.js value: utf8.

If anyone needs to have the encoding option enabled, please add a comment to this issue.

See Buffer | Node.js v20.8.0 Documentation if you want to see the official documentation on what Node.js can take for its text encoding options.