cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Auto Import CSV to Data warehouse cloud table

theanmozhi
Product and Topic Expert
Product and Topic Expert
3,305

Hi Experts,

we have a batch of CSV files in local system and would need to auto load the csv data to DWC system table.

can we do this via custom sql query and load into DWC ? or please let me know the ideal approach on how to automate the process of importing csv to datawarehouse cloud.

Accepted Solutions (1)

Accepted Solutions (1)

XaviPolo
Active Contributor

At DWC Roadmap a FTP based connection is planned for Q3 2021, and this option will allow to import CSV data with Data Flows.

Answers (1)

Answers (1)

XaviPolo
Active Contributor

At the moment it is not possible to do this automatically. There is no "CSV" connection type that allows remote access or use it in Data Flow.

I have not tested it, but I think that an option, although complex, would be to use in DWC a JDBC connection, and to configure a JDBC driver to access CSV (there are paid ones and some open source). This would allow viewing the files as remote tables.

Other options are possible, but they involve using third party systems (HANA, Azure, etc) and access through these systems.