Is it possible to convert text or csv file for make dictionary-key-Value?

Now i practice to try make a dictionary-key-vale by drag the block
and create some function for convert ASCII -> CHAR… it work well
but after more than 100 keys, it hard to place/edit and manage @_@!

Is it possibe to make a dictionary-key-value by read a file csv
because now i can create/read/write file by watch a youtube-tutorial ^_^!

i think if it could, it easy to manage

Here an example:

use:

list from csv table: uno,one\ndos,two\n,tres,three\n\cuatro,four\n....

You can also use a file.

O_O!
now i can make dictionary key with value from typing
Thank you… :smile: