Loading Data into the Project
Please read the Material Usage Rules on this site.
🔗 Original page — Source of this material
There are several ways to obtain data for use in your project:
- ❗→ Lists - mainly used to retrieve line-by-line data from a text document (such as a list of emails, article headlines, etc.).
- Simple ❗→ Tables and ❗→ Google Sheets - used for obtaining more complexly structured data (for example, a list of products for an online store, where each line contains different data: name, price, description, etc.).
- ❗→ Files - when you need to upload the entire contents of a file into your project at once for further processing.
- ❗→ Databases - allow you to store large amounts of data with complex structures and relationships. Databases can be stored locally or remotely.
- ❗→ Input Settings and ❗→ Bot Interface (BotUI) - these methods are used when you need to set basic project settings: specify paths to required files, choose operation mode, select a captcha service, and other necessary options.