Importar dados csv

olá, presiso importar um csv de produtos, nesse csvtem o ean, produtos, não estou coneguindo, presiso dessa lista para trazer o nome do produtos quando bipar o ean... alguem pode me ajudar

Do you have a csv file with the code and name for each product ready made, or do you plan to build up the table as you scan each product?

If you plan to build up your product information over time, keep it in a TinyDB Namespace, with bar code as tag and product name as value.

A ready made csv table should be uploaded into the Media folder, and at Screen1.Initialize issue a File Get (Read) of JOIN('//',your file name)

When the file arrives, convert it into a table and load the table into a global variable for use as a lookup table.