Agree that SQL is not a great vehicle for this, but it is where all the data resides and is currently my only avenue to go down.
In regards to the other question from Frederico - in the data set you present - 456 would have a count of 4, THEN 4561 would have a count of 2, 45612 would have a...
In my case I am trying to see if there has been anyone who has devised a way to obtain an output that would traverse through all records for a given column and find all the patterns (whether it returns REGEX or the VALUES), then count how many times that exists. I know a lot of 1 counts would...
I have many .doc files that all have the same formatting and hard coded questions (Facility Code, File Name, File Date, Total Records). These questions are always the same in each .doc I am trying to pull the data after each specific set of questions as shown below a...
Annihilannic....Never even thought, or knew really about maxwidth. I will definitely do that. It appears like it will work as I expect. I was looking at defining the LENGTH and setting it equal to 1 and when it was not equal returning the error, but this was in theory. You always have great answers.
I have a flat file that is |(pipe) delimited and it has multiple records. I want to check each record and between all pipes for a preset amount of characters that I have define and have it fail if the characters exceed the check. Here is an example:
|THOMAS|CROWN|05/01/2009|123 MAIN...
The strings that should PASS this check are as follows:
0.00
-1.23
1.23
10.20
100.23
0.23
-0.23
WHAT SHOULD NOT PASS THIS EXPRESSION IS
000.00
0001.23
-00012.23
-0000.23
0000.43
Any help would be FANTASTIC
Yes this will be used by WinDoze (XP mainly) But I have no idea of what I would like to use or what is even possible. I quickly glanced at WinBatch and I have to download the trial to see if it will allow my awk code or compiled awk exe allowed in a front-end GUI. I am new to creating a GUI that...
This may be a stretch, but is there a way to attach awk non-compiled code or compiled awk (exe) within a GUI? I am trying to see if there is one to handle the below...
Create a simple GUI front-end that provides some ease of use functionality. Maybe not integrate with it, but but launch the...
Thank you for pointing out the redundancy. That helps! What is the difference then between (|-) and -? , as I am unsure. Essentially if the field NEEDS to be in this format 123.00 or -123.00 anything else(blanks or empty strings or whitespace, $ within the field, or a-zA-Z TEXT) should NOT be in...
Currently the regular expression we are using to define currency is not returning results where we expect. If we receive a currency that has text in it, this does not fail. Does anyone have a better reg exp they can suggest to replace the below?
if(Currency !~ /^((|-)[0-9]+\.[0-9][0-9])$/ &&...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.