How to read CSV file and insert data into PostgreSQL using Mule ESB, Mule Studio

后端 未结 3 1019
离开以前
离开以前 2020-12-05 20:31

I am very new to Mule Studio.

I am facing a problem. I have a requirement where I need to insert data from a CSV file to PostgreSQL Database using Mule Studio.

3条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-05 21:02

    I would like to suggest Dataweave.

    Steps

    1. read the file using FTP connector / endpoint.

    2. Transform using Data weave.

    3. Use database connector , store the data in DB.

提交回复
热议问题