Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronknight/text-to-google-calendar-csv-converter-retail-calendar


https://github.com/ronknight/text-to-google-calendar-csv-converter-retail-calendar

calendar csv google txt-files

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

cloud-architecture-diagram

title Text to Google Calendar CSV Converter Architecture

// Define groups and nodes
Script Execution {
Python Environment [icon: python]
Text to CSV Converter [icon: file-text]
}
Data Files {
Input Text File [icon: file-text]
Output CSV File [icon: file-csv]
}

// Define connections where none are between a parent group and its own child node
Input Text File > Text to CSV Converter
Text to CSV Converter > Output CSV File
Python Environment > Text to CSV Converter