- Notifications
You must be signed in to change notification settings - Fork2
A Flat Data GitHub Action demo repo
License
NotificationsYou must be signed in to change notification settings
githubocto/flat-demo-xlsx
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This demo is part of a larger Flat Data project created byGitHub OCTO. Read more about the projecthere.
This repository uses aFlat Data Action to fetch a XLSX file from an http endpoint every 15 minutes. Using a postprocessing script, Flat converts the XLSX file to a CSV file.
Inside.github/workflows/flat.yaml:
-name:Fetch datauses:githubocto/flat@v3with:http_url:https://www.mobileconnectivityindex.com/widgets/connectivityIndex/excel/MCI_Data_2020.xlsxdownloaded_filename:mobile-connectivity.xlsx# The http_url gets saved and renamed in our repository as this filepostprocess:./postprocess.ts# A postprocessing javascript or typescript file written in Deno
Refer to theFlat postprocessing library for more helper functions and examples for writing postprocessing scripts.
About
A Flat Data GitHub Action demo repo
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.
