Re: validating the comma separated value message in C++
- From: rossum <rossum48@xxxxxxxxxxxx>
- Date: Wed, 05 Jul 2006 00:24:51 +0100
On Tue, 04 Jul 2006 15:29:00 -0400, Joe Wright
<joewwright@xxxxxxxxxxx> wrote:
Nishanth wrote:
I want to know how to validate a string which is comma separatedIt looks like a .csv file to me. That's Comma Separated Value. Lots of
"C1","2","12344","Mr","John","Chan","05/07/1976".........
I need to validate each field value against a set of rules, for example
checking if the string is a character or a numeric value, for the
length of the character etc.
programs write files like this, dBASE, Clipper, FoxPro, Access, Excel,
etc. If you have a set of rules, please share.
http://www.creativyst.com/Doc/Articles/CSV/CSV01.htm
rossum
.
- References:
- validating the comma separated value message in C++
- From: Nishanth
- Re: validating the comma separated value message in C++
- From: Joe Wright
- validating the comma separated value message in C++
- Prev by Date: Re: combination problem
- Next by Date: Re: Deleting every mth element
- Previous by thread: Re: validating the comma separated value message in C++
- Next by thread: Re: Is my CS instructor nuts?
- Index(es):
Relevant Pages
|