Accounting system

Hi,

I have CSV files that gets sent to an email every no and then. Between 10-15 files each day. I want this information to be tied to certain users in a database and it needs to calculate some + and - to give a totalt to each user after the csv is received/uploaded.

Is this doable within Bubble? I know it’s a short description, but maybe someone can give me an answer?

I’m also struggling to find good instructions on how to tie certain data from one database (games) to another database (players). Can anyone point me in a direction here?

Thanks

From your brief description about what you intend to do, yes, everything is doable in bubble.

As for your second question, you can create a new field under players of type “game” and assign that specific game to them. So then for example you went to get a list of players of a specific game, it can fetch that data correctly.

Alternatively, under the game database, you can make a new field called like say, “players-playing”, of type list of players (the data), and then assign multiple “players” to this field.