Do I need a ETL?

后端 未结 5 1451
滥情空心
滥情空心 2021-01-06 03:38

We currently use Datastage ETL to - Export a CSV/text file with data from 15 tables(3 different schemas) on a daily basis.

I am wondering If there is a simpler way t

5条回答
  •  臣服心动
    2021-01-06 04:21

    You do not need a ETL tool for that purpose. You can perform all the tasks using python, right from extracting data from CSVs/XMLs/text files, transforming data (identifying data types, null value transformation) and loading into tables. https://towardsdatascience.com/python-etl-tools-best-8-options-5ef731e70b49

提交回复
热议问题