psycoperl
Active Member
- Joined
- Oct 23, 2007
- Messages
- 339
- Office Version
- 365
- 2016
- Platform
- Windows
- MacOS
- Web
I am not sure what the best course of action would be and if Excel and/or Access would be the best way to handle these issues.
I have two text files each contain a string of ID values separated by commas one file is the "MASTER" list and the other is the "Exception" List
I am looking for a way to get a string that only has the values of the MASTER list except for the EXCEPTION LIST values.
For example the MASTER file has the following contents
The EXCEPTION FILE has the following contents
What I would like to return is a string that would contain
The Master list could have up to 2000 IDs, each ID is 8 characters long, and it would be presented in a single string in the file.
I am looking for the easiest and best way to process these issues.
Your guidance and suggestions is greatly appreciated.
I have two text files each contain a string of ID values separated by commas one file is the "MASTER" list and the other is the "Exception" List
I am looking for a way to get a string that only has the values of the MASTER list except for the EXCEPTION LIST values.
For example the MASTER file has the following contents
12345678,23456789,98765432,87654321,76543210,23723496,23748031,23757919,23854243,23855007,23855155,23856110,23860835,23872391
The EXCEPTION FILE has the following contents
76543210,23723496,23855007
What I would like to return is a string that would contain
12345678,23456789,98765432,87654321,23748031,23757919,23854243,23855155,23856110,23860835,23872391
The Master list could have up to 2000 IDs, each ID is 8 characters long, and it would be presented in a single string in the file.
I am looking for the easiest and best way to process these issues.
Your guidance and suggestions is greatly appreciated.