Skip to content

Simple VS code extensions to generate a Kotlin Data Class from a CSV file

Notifications You must be signed in to change notification settings

rollie42/csv-to-kotlin-dataclass

Repository files navigation

csv-to-kotlin-dataclass

Simple open source extension to generate a kotlin data class from a CSV file. It tries to determine the type of the data from what is available; it's not going to be perfect, but it should help find a good starting point given large CSV data.

Currently it only examines the first 300 rows for determining column type, to limit how long the file generation will take. This could someday be a setting.

Extension Settings

Nothing for now; later, we'll see :)

About

Simple VS code extensions to generate a Kotlin Data Class from a CSV file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published