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 |
|---|---|---|
| J001_SharedFolder_to_GCS | Shared folder | The job uploads a list of files from a shared folder and upload them into a Google Cloud Storage bucket |
| J002_FTP_TO_GCS | FTP FOLDER | The job reads all files from a FTP folder and upload them to a Google Cloud Storage bucket. |
| J003_GDrive_to_GCS | Google Drive | Upload files from a Google Drive folder into Google Cloud Storage |
| 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. |
| J013_SF_to_GCS | Salesforce | Extracts data from a Salesforce module and store it, as a CSV file, in a Google Cloud Storage bucket. |