search data in txt file

Hello, I’m a newbie, I have item data in the inventory.txt file, the file location is in the Download folder with the data sequence code, name, price, for example (1001, noodles, $5, next line 1002, sugar, $2) and will search for data using the item code, for example, code 1001 is typed in texbox1, then press button1, when found, display the name in texbox2, and the price in texbox3, please guide me on how to do it?

1 Like

Show us your text file format.

You can achieve it by both default blocks as well with this extension

To use this extension, first get all data from the text file, convert into list then use deep search option