Hello, I would like to scrape the article code column data and Start Date from a text file that the robot receives
The table will always look like this but the number of rows may differ
Article Code | Article Designation | Article Typology | UP Manager | Market Group | Commercial Use | Commercial Use | Commercial Line | Commercial Line | Activity Hierarchy | Activity Hierarchy | Novelty | Presentation | Presentation | Analysis Class | Analysis Class | Start Date |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
G062124 | POT 80ML | O | U35 | 610000000 | 100 | Catalog Sales | S54 | Food Product | F31265183 | Snacks & Chips | 3 | 3 | POT | Food Product | Food Product | 01.07.2024 |
G062125 | POT 80ML | O | U35 | 610000000 | 100 | Catalog Sales | S54 | Food Product | F31265183 | Snacks & Chips | 3 | 3 | POT | Food Product | Food Product | 01.07.2024 |
How can I achieve this ? I need the list of article codes and only the first date
Thank you