dataframe icon indicating copy to clipboard operation
dataframe copied to clipboard

Parse String to UUID

Open Jolanrensen opened this issue 1 year ago • 2 comments

UUIDs are now part of common Kotlin: https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.uuid/.

We should be able to add this to our .parse() function if we can parse UUIDs like UUID.parseOrNull().

Jolanrensen avatar Dec 19 '24 12:12 Jolanrensen

Hey @Jolanrensen! As mentioned, can you please assign this to me! I would love to work on this. Emmanuel

EmmanuelBerkowicz avatar Jun 18 '25 02:06 EmmanuelBerkowicz

@AnosVoldygod assigned it to you :) Let me know if you need help with anything!

Jolanrensen avatar Jun 18 '25 10:06 Jolanrensen

Hey @Jolanrensen , I've created a pull request! Let me know if you have any feedback or corrections :)

EmmanuelBerkowicz avatar Jun 29 '25 07:06 EmmanuelBerkowicz