Hi, I am using AppWrite Java Server SDK (kotlin sdk), I am getting the data using document.getData() function and logging it gives all the data but how do I get each attribute? The Logged Data doesn't seem to be json either.
If you look, you'll see it's Map. Do you know how to use maps in java?
Oh gotcha, yes i've worked with maps before, i'll give it a try and let you know.
Hi, Apologies for the late reply, i got it working as a java map and everything works perfect now.
[SOLVED] How to get and Process Data from AppWrite Database in Java
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...