Re: problem when using RECORDS_FROM_FILE
Status: Alpha
Brought to you by:
coroberti
From: Gary F. <ga...@in...> - 2008-11-11 18:00:55
|
Yes, this seems to resolve it. I'm still planning to submit this and other changes soon. Thanks, Gary On Nov 11, 2008, at 9:46 AM, Robert Iakobashvili wrote: > Hi Matt, > > On Tue, Nov 4, 2008 at 6:45 PM, Gary Fitts <ga...@in...> > wrote: > Matt, > > I've recently started using curl-loader, and I ran into this too. > I think we're extending the use of FORM_STRING beyond what was > originally intended. I fixed this in the source file parse_config.c > by changing the line > > if (ftype != FORM_USAGETYPE_AS_IS) > > to > > if (ftype != FORM_USAGETYPE_AS_IS && ftype != > FORM_USAGETYPE_RECORDS_FROM_FILE) > > Maybe you could give this a try. It seems to work for me, although > I'm still testing this along with a few other changes. > > Gary Fitts > > Is the issue solved, or you need me to investigate it? > > Sincerely, > Robert > <ATT00001.txt><ATT00002.txt> |