Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help for string search
#1
Hi,

I have certain mail subjects which are part static part dynamic for e.g. Job ABC_DEF_GHJ:12345 Here the subject preceding the : is fixed, while the one after is dynamic.

In a day I will have 100's of such mail subjects, some of them will have common fixed parts, only the dynamic vary, But the actions on these mails with the same fixed part is common.

Mail subject Substring Action
ABC_DEF_GHJ:12345 ABC_DEF_GHJ Reply
ABC_DEF_GHJ:12346 ABC_DEF_GHJ Reply
ABC_DEF_GHJ:12347 ABC_DEF_GHJ Reply
ABC_DEF_GHJ:12348 ABC_DEF_GHJ Reply
ABC_DEF_GHJ:12349 ABC_DEF_GHJ Reply
RST_UVW_XYZ:45678 RST_UVW_XYZ Forward
RST_UVW_XYZ:45679 RST_UVW_XYZ Forward
RST_UVW_XYZ:45680 RST_UVW_XYZ Forward
RST_UVW_XYZ:45681 RST_UVW_XYZ Forward

So in essence if I create an Excel database containing Substring and action I will have something like below

Substring Action


ABC_DEF_GHJ Reply
RST_UVW_XYZ Forward

Now assuming I have all the mail subjects with me in an excel, how can I compare it against the Excel database that I created above to get the action against it.

Please suggest.

Best Regards,
Supradha
Reply
#2
I suggest you show us what you have tried, and exactly how it is not working, and we can help you fix it.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Writing a Linear Search algorithm - malformed string representation Drone4four 10 927 Jan-10-2024, 08:39 AM
Last Post: gulshan212
  Search multiple CSV files for a string or strings cubangt 7 7,995 Feb-23-2022, 12:53 AM
Last Post: Pedroski55
  Search string in mutliple .gz files SARAOOF 10 6,910 Aug-26-2021, 01:47 PM
Last Post: SARAOOF
  fuzzywuzzy search string in text file marfer 9 4,556 Aug-03-2021, 02:41 AM
Last Post: deanhystad
  I want to search a variable for a string D90 lostbit 3 2,616 Mar-31-2021, 07:14 PM
Last Post: lostbit
  String search in different excel Kristenl2784 0 1,700 Jul-20-2020, 02:37 PM
Last Post: Kristenl2784
  Interactive Menu, String Search? maggotspawn 3 2,575 May-11-2020, 05:25 PM
Last Post: menator01
  Re.search misses string end CaptainCsaba 3 3,284 May-25-2019, 01:46 PM
Last Post: heiner55
  binary search string help kietrichards 1 2,202 Mar-08-2019, 12:43 PM
Last Post: stullis
  search a string backwards Skaperen 2 2,328 Dec-30-2018, 04:32 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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