From: Karan Rajput Date: 2009-07-24T14:36:36+09:00 Subject: Re: YAML interpretation unknown wrote: > On Thu, Jul 23, 2009 at 11:35 AM, Karan Rajput > wrote: >>> yaml parser instead of relying on regexps and duct tape. The spec is >>> well written and very clear about such things. >> >> Hi Ryan, >> >> Thanks for suggestion. But I am not clear about real yaml parser. As i >> am using yaml package in ruby. > > What is the other person's database program using to process the file? > ("regexps and duct tape" or "a real yaml parser") Other database program expecting only the string, like, --- - 1 - 2 - "5" - "one" - "two" - "three" - "4,6" Its treats as the "string", not the "yaml string". -- Posted via http://www.ruby-forum.com/.