Search found 7 matches
- Fri Feb 02, 2007 10:29 am
- Forum: General
- Topic: Simple Regex is beating me.
- Replies: 6
- Views: 1159
- Wed Jan 31, 2007 11:45 am
- Forum: General
- Topic: Simple Regex is beating me.
- Replies: 6
- Views: 1159
- Wed Jan 31, 2007 11:18 am
- Forum: General
- Topic: Simple Regex is beating me.
- Replies: 6
- Views: 1159
Simple Regex is beating me.
Hi, I seem to be missing a trick here. I have data that looks like this; 1204,Bill Cook, 1205,Dave Smith, 1208,Bill Cook, 1212,Sally Jones, 1211,Bill Cook, 1202,Dave Smith, Which I want to get looking like this; 1204,Bill Cook 1205,Dave Smith 1208,Bill Cook etc.. I can search using “[a-z]+, ...
- Wed Sep 06, 2006 2:32 pm
- Forum: General
- Topic: Lines without 'special' characters.
- Replies: 3
- Views: 664
- Wed Sep 06, 2006 11:04 am
- Forum: General
- Topic: Lines without 'special' characters.
- Replies: 3
- Views: 664
Lines without 'special' characters.
I'm attempting to open an .mdi file in textpad, when I do I can see all the valid text that I want in page size chunks, seperated by all the special characters that conatin the .mdi formating. How can I go about marking either set of lines? I know that I want to identify all the lines that are only ...
- Thu Jul 27, 2006 10:37 pm
- Forum: General
- Topic: 1 File into many
- Replies: 4
- Views: 756
- Thu Jul 27, 2006 3:06 pm
- Forum: General
- Topic: 1 File into many
- Replies: 4
- Views: 756
1 File into many
I have a file that has two columns and holds HR data, the first contains a reference for the department, the second holds a reference for the employee ie, Dept,Employee P0073,00064137 P0073,00101104 P0073,00003956 P0074,00100343 P0074,00046509 The file holds approx 9500 records for approx 25 ...