Viewing 7 posts - 1 through 7 (of 7 total)
The "," is not a compound delimiter. According to CSV Standards RFC 4180 This indicates an escaped field. A field containing an escape sequence of *(TEXTDATA / COMMA / CR...
September 24, 2014 at 11:29 am
I agree alternative forms for serialization are useful for integration problems. One issue I have with JSON is with the typing system. JSON only supports strings and numbers.
If...
July 19, 2011 at 4:56 am
Irony.codeplex.com LRLA(1) parser allows the definition for any BNF based grammar. Provided the grammar specifies the literals for double quote and CRLF characters then parser should handle the double quotes...
May 2, 2011 at 9:32 am
Congratulations, You just rediscovered a LRLA(1) parser (left to right lookahead one), invented in 20 years ago by DICK GRUNE and CERIEL JACOBS. PARSING TECHNIQUES A Practical Guide....
May 2, 2011 at 7:06 am
Becareful following the CASE statement syntax in the examples provided in the article. A string enclosed in quotation marks used as a column alias for an expression in a SELECT...
March 8, 2010 at 5:12 am
Deployments need 2 interpreters. One for hosting the deployment, logging and error detection the other is TSQL script client.
1) The DOS command interpreter is gone. You are really using the...
November 6, 2008 at 6:35 am
I have read similar articles in the past I agree with the efficiencies issues with XML, and the data modeling points. He is missing one strong point the...
December 22, 2003 at 2:01 pm
Viewing 7 posts - 1 through 7 (of 7 total)