Python Forum
Search Excel File with a list of values
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Search Excel File with a list of values
#1
I'm trying to search for values from a list of values within a csv file. That CSV comes from the system which contains details about the machine that was read the values from. The machine has 2 parts, 1 which has the department name where the machine is located and another is the task that said machine does. Eg,

Machining & Robotics Dept., ID:C1878/23, ........other sensor reads

This information will be contained within the csv along with a ton of other reads from the sensors. I want to file these csv's with the machine part as the file name by matching the contents in the csv file with a central excel file that contains just the department names and the machine part ID, both of which must match to be filed under said part name.

How do I match the contents of the csv file to that of the excel file with a whole lot of other information that come in the csv file?
Reply


Messages In This Thread
Search Excel File with a list of values - by huzzug - Oct-25-2023, 06:14 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to read a file as binary or hex "string" so that I can do regex search? tatahuft 3 1,041 Dec-19-2024, 11:57 AM
Last Post: snippsat
  Search in a file using regular expressions ADELE80 2 678 Dec-18-2024, 12:29 PM
Last Post: ADELE80
  Assigning cycle values in a list nmancini 3 962 Sep-16-2024, 09:35 PM
Last Post: deanhystad
  docx file to pandas dataframe/excel iitip92 1 2,487 Jun-27-2024, 05:28 AM
Last Post: Pedroski55
  remove duplicates from dicts with list values wardancer84 27 5,584 May-27-2024, 04:54 PM
Last Post: wardancer84
  Python openyxl not updating Excel file MrBean12 1 1,988 Mar-03-2024, 12:16 AM
Last Post: MrBean12
  Copy Paste excel files based on the first letters of the file name Viento 2 1,552 Feb-07-2024, 12:24 PM
Last Post: Viento
  Copying the order of another list with identical values gohanhango 7 2,521 Nov-29-2023, 09:17 PM
Last Post: Pedroski55
  Updating sharepoint excel file odd results cubangt 1 2,040 Nov-03-2023, 05:13 PM
Last Post: noisefloor
  trouble reading string/module from excel as a list popular_dog 0 914 Oct-04-2023, 01:07 PM
Last Post: popular_dog

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020