Export data to CSV by extracting from MySQL DB tables using Kotlin

Опубликовано: 16 Февраль 2025
на канале: Subhroneel Ganguly
44
0

Export data to CSV by extracting from MySQL DB tables using Kotlin

This is a program written in Kotlin to connect to MySQL DB and extract table data and export to CSV . This is the first part of the series. The second part consits of connecting to MySQL DB and extracting the data and writing in excel spreadsheet.

00:53 Creating a Kotlin Project with Maven Dependency in Intellij Idea IDE
01:53 Add MySQL into library and install using maven.
04:04 Write the code
16:04 Execute the code and check the CSV output files

Git link of source code for CSV export: https://raw.githubusercontent.com/sub...