├── .gitignore ├── DataSet └── tv-dt_DataSet.csv ├── Documentation ├── RepoIntegration.pages └── Talend.pdf ├── Installation └── TalendInstallation.pages ├── LICENSE ├── README.md └── Report ├── RepoIntegration.pages └── Talned(ETL).pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AymaneSab/Data-Integration-Project-with-Talend/HEAD/.gitignore -------------------------------------------------------------------------------- /DataSet/tv-dt_DataSet.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AymaneSab/Data-Integration-Project-with-Talend/HEAD/DataSet/tv-dt_DataSet.csv -------------------------------------------------------------------------------- /Documentation/RepoIntegration.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AymaneSab/Data-Integration-Project-with-Talend/HEAD/Documentation/RepoIntegration.pages -------------------------------------------------------------------------------- /Documentation/Talend.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AymaneSab/Data-Integration-Project-with-Talend/HEAD/Documentation/Talend.pdf -------------------------------------------------------------------------------- /Installation/TalendInstallation.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AymaneSab/Data-Integration-Project-with-Talend/HEAD/Installation/TalendInstallation.pages -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AymaneSab/Data-Integration-Project-with-Talend/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AymaneSab/Data-Integration-Project-with-Talend/HEAD/README.md -------------------------------------------------------------------------------- /Report/RepoIntegration.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AymaneSab/Data-Integration-Project-with-Talend/HEAD/Report/RepoIntegration.pages -------------------------------------------------------------------------------- /Report/Talned(ETL).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AymaneSab/Data-Integration-Project-with-Talend/HEAD/Report/Talned(ETL).pdf --------------------------------------------------------------------------------