TinyDB spreadsheet data import

In the database sheets, the text has colons, commas and everything is well organized. But when I import it into the app, the formatting breaks and the data does not import into TinyDB correctly.

In the Sheets :backhand_index_pointing_down:

image

In the app :backhand_index_pointing_down:

IMG_20260110_194433

Blocks :backhand_index_pointing_down:

image

How can I fix this so the exact same text is imported into the app?

Anyone please help on this above issue

Don’t use the CsvToList function. Add a Web Component and use the JsonToDictonary Component. As the data you stated, is formatted in json, not csv.

Then use dictionary blocks to get the values of the keys.