You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a scanner and a CSV file with product info, when a barcode is scanned it should search CSV file for a similar barcode and display the relevant information about the product.
How should I connect my app to the CSV file and tell it to search for a matching barcode and then display the relevant info on screen?
i.e. How to connect the CSV file to the app? How to read and display info on screen from CSV file after scanning product?
The text was updated successfully, but these errors were encountered:
I have a scanner and a CSV file with product info, when a barcode is scanned it should search CSV file for a similar barcode and display the relevant information about the product.
How should I connect my app to the CSV file and tell it to search for a matching barcode and then display the relevant info on screen?
i.e. How to connect the CSV file to the app? How to read and display info on screen from CSV file after scanning product?
The text was updated successfully, but these errors were encountered: