Here below you will find the list of our reference jobs to extract data from sources and store the result to a Google Cloud Storage bucket.
| JOB NAME | SOURCE | JOB DESCRIPTION |
|---|---|---|
| J002_FTP_TO_GCS | FTP FOLDER | The job reads all files from a FTP folder and upload them to a Google Cloud Storage bucket. |
| J005_Oracle_to_GCS | Oracle DB | It extracts data from using a SQL query and save the result, as a CSV file, in a Google Cloud Storage bucket. |
| J006_GSheet_to_GCS | Google Sheet | It stores the content of a Google Sheet file as a CSV file in a Google Cloud Storage bucket. |
| J007_Excel_to_GCS | Excel file | Upload the content of the tab of an Excel as a CSV file in a Google Cloud Storage bucket. |
| J012_MSSQL_TO_GCS | MS SQL Server | It extracts data from a Microsoft SQL server db using a SQL query and save the result, as a CSV file, in a Google Cloud Storage bucket. |