Skip to content

Instantly share code, notes, and snippets.

View szymon-mazanik's full-sized avatar

Szymon Mazanik szymon-mazanik

View GitHub Profile
import 'dart:convert';
import 'dart:io';
import 'package:csv/csv.dart';
// TODO: replace with your Google sheet
const _csvUrl =
"https://docs.google.com/spreadsheets/d/1Aw8XtyBUN4tjcEn4cc7dBB2-kHZovj9OAVE17ha4VrI/gviz/tq?tqx=out:csv&sheet=eng_to_es";
const _fileName = "translations.csv";