How to upload the extracted data to the database?

Hi @Vrishchik

You can try to do this by connecting to the database by building appropriate connection string & then run a query to insert the data into the database.

Hope this helps,
Best Regards.

1 Like