- Copy both files into the directory containing the files you want converted
- Run
excel-to-csv.bat
Note: This script requires Excel to be installed.
| {0: 'tench, Tinca tinca', | |
| 1: 'goldfish, Carassius auratus', | |
| 2: 'great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias', | |
| 3: 'tiger shark, Galeocerdo cuvieri', | |
| 4: 'hammerhead, hammerhead shark', | |
| 5: 'electric ray, crampfish, numbfish, torpedo', | |
| 6: 'stingray', | |
| 7: 'cock', | |
| 8: 'hen', | |
| 9: 'ostrich, Struthio camelus', |
| //package.json | |
| { | |
| "name": "dialogflowFirebaseFulfillment", | |
| "description": "This is the default fulfillment for a Dialogflow agents using Cloud Functions for Firebase", | |
| "version": "0.0.1", | |
| "private": true, | |
| "license": "Apache Version 2.0", | |
| "author": "Google Inc.", | |
| "engines": { | |
| "node": "~6.0" |
$ sudo apt-get update
$ sudo apt-get install unzip wget
$ wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
$ unzip ngrok-stable-linux-amd64.zip
$ sudo mv ./ngrok /usr/bin/ngrok
$ ngrok| #!/bin/bash | |
| # shellcheck disable=SC2086 | |
| set -eou pipefail | |
| _git_token="${GIT_TOKEN:-}" | |
| repo_owner="${1:-}" | |
| repo_name="${2:-}" | |
| git_tag="${3:-}" | |
| asset_filename="${4:-}" |