Adding databases using text documents

I have a BUNCH of text documents with ALL the data i need for my databases. is there a way to upload the text documents or copy and paste them to create the databases for my app?

As an example, the app i am building right now is a compiler for an online game i play. so one document has a list of all the races and stuff for each race, classes, etc etc. I tried looking through the free plugins but couldnt find anything that even sounded close to what i needed. or do I need to manually add in each piece of data one by one?

You will need to turn the text documents into a CSV file.

Which is not too hard, you can paste the list into Excel or Google Sheets, and then save the file as a Comma Seperate Variable (csv) file.

This is an example of what i meant. the file goes on to include quite a few races, and each different file is for a different subject. I have 13 files just to start. Havent used Excel in MANY years and sad to say forgot how to convert them lol

RACENAME: Human;
DESCRIPTION: {\b Versatility is the greatest strength of humans. They can do well in any of
the classes.}\par\par
Humans are the most adaptable of all the races and live in all sorts of environments. Although
considered short-lived by the other races, humans have more ambition and drive than most, and
with work, they can achieve success in whatever they set their minds to.\par\par
Humans start with a bonus {\b {\cf5 feat}} and, on average, are able to learn more skills than other races
as they level up.\par\par
Strengths: Versatility, increased capacity to learn skills.\par\par
Weaknessess: None.;
BASESTATS: 8, 8, 8, 8, 8, 8;
ADVANCEMENT: 1, NAMEANDALIGNMENT, Select a Name and Alignment;
ADVANCEMENT: 1, REINCARNATION, Set Past Lives;
ADVANCEMENT: 1, RACEANDSEX, Select a Race and Sex;
ADVANCEMENT: 1, CLASS, Select an Initial Class;
ADVANCEMENT: 1, ABILITYPOINT, Ability Increase (%i points to spend), 28;
ADVANCEMENT: 2, CLASS, Select a Class;
ADVANCEMENT: 3, CLASS, Select a Class;
ADVANCEMENT: 4, CLASS, Select a Class;
ADVANCEMENT: 4, ABILITYINCREASE, Ability Increase;
ADVANCEMENT: 5, CLASS, Select a Class;
ADVANCEMENT: 6, CLASS, Select a Class;
ADVANCEMENT: 7, CLASS, Select a Class;
ADVANCEMENT: 8, CLASS, Select a Class;
ADVANCEMENT: 8, ABILITYINCREASE, Ability Increase;
ADVANCEMENT: 9, CLASS, Select a Class;
ADVANCEMENT: 10, CLASS, Select a Class;
ADVANCEMENT: 11, CLASS, Select a Class;
ADVANCEMENT: 12, CLASS, Select a Class;
ADVANCEMENT: 12, ABILITYINCREASE, Ability Increase;
ADVANCEMENT: 13, CLASS, Select a Class;
ADVANCEMENT: 14, CLASS, Select a Class;
ADVANCEMENT: 15, CLASS, Select a Class;
ADVANCEMENT: 16, CLASS, Select a Class;
ADVANCEMENT: 16, ABILITYINCREASE, Ability Increase;
ADVANCEMENT: 17, CLASS, Select a Class;
ADVANCEMENT: 18, CLASS, Select a Class;
ADVANCEMENT: 19, CLASS, Select a Class;
ADVANCEMENT: 20, CLASS, Select a Class;
ADVANCEMENT: 20, ABILITYINCREASE, Ability Increase;
ADVANCEMENT: 24, ABILITYINCREASE, Ability Increase;
ADVANCEMENT: 28, ABILITYINCREASE, Ability Increase;

Are your files from Tex?

It seems that your ‘rows’ have various ‘data types’ - I mean, you have to decide beforehand how your data types (tables) within bubble will be structured. One table per one of your files, and one row in table for each row in your file can be done quite easy, but what would you do with that?

You can just use Google Sheets. And save to a CSV.

If you have repeating data, then you load that first, then you can do a search to link the correct thing.

ok appears i cant upload csv because im not paying for bubble yet as i dont have the funds. so guess ill have to manually input all the data.

You could probably do it by parsing a multiline input.