Re: [Arsperl-users] Parse arx file

2008-01-23 Thread Vaughan, Mark
orporation 720.268.8591 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brad O'Hara Sent: Wednesday, January 23, 2008 7:15 AM To: ARSperl User Discussion Subject: Re: [Arsperl-users] Parse arx file Mark, AWSOME! Work great. If it is not too much tro

Re: [Arsperl-users] Parse arx file

2008-01-23 Thread Brad O'Hara
t; I took a look at your file. > > > > The first data record reads okay. > > > > The second data record reads okay in that the routine does not die. > > The > > problem is the tenth field (Scheduled Date, ID 536870921, type > > DATE). It is > >

Re: [Arsperl-users] Parse arx file

2008-01-22 Thread Vaughan, Mark
stion is $ret[10], not $ret[9]. HTH, Mark Vaughan TTS Development Comcast Cable Corporation 720.268.8591 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brad O'Hara Sent: Sunday, January 20, 2008 6:08 AM To: ARSperl User Discussion Subject: Re: [Arspe

Re: [Arsperl-users] Parse arx file

2008-01-20 Thread Brad O'Hara
03.471.9987 (home) > 303.601.4434 (mobile) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brad O'Hara > Sent: Saturday, January 19, 2008 6:28 PM > To: ARSperl User Discussion > Subject: Re: [Arsperl-users] Parse arx file >

Re: [Arsperl-users] Parse arx file

2008-01-19 Thread Mark Vaughan
bject: Re: [Arsperl-users] Parse arx file Mark, It is a very large record. I placed it at http://remedy.cns.ufl.edu/arsperl Any help greatly appreciated. Brad On Jan 19, 2008, at 12:03 PM, Mark Vaughan wrote: > What's the record look like? > Please send an ARX file with the

Re: [Arsperl-users] Parse arx file

2008-01-19 Thread Brad O'Hara
record > that does not process. > > Thanks, > Mark Vaughan > 303.471.9987 (home) > 303.601.4434 (mobile) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brad O'Hara > Sent: Friday, January 18, 2008 8:29 AM > To: A

Re: [Arsperl-users] Parse arx file

2008-01-19 Thread Mark Vaughan
;Hara Sent: Friday, January 18, 2008 8:29 AM To: ARSperl User Discussion Subject: Re: [Arsperl-users] Parse arx file Thilo, I've come upon a record the causes the following code to seg fault. Do you have any interest in taking a look? Thanks, Brad On Tuesday 13 November 2007 4:35 pm, Br

Re: [Arsperl-users] Parse arx file

2008-01-18 Thread Brad O'Hara
Thilo, I've come upon a record the causes the following code to seg fault. Do you have any interest in taking a look? Thanks, Brad On Tuesday 13 November 2007 4:35 pm, Brad O'Hara wrote: > Thanks! Certainly something I can work with! > > Brad > > On Tuesday 13 November 2007 3:01 pm, Thilo

Re: [Arsperl-users] Parse arx file

2007-11-13 Thread Brad O'Hara
Thanks! Certainly something I can work with! Brad On Tuesday 13 November 2007 3:01 pm, Thilo Stapff wrote: > Here's a subroutine that splits a line in ARX format to an array of > values. It works for the basic data types such as character, integer etc. > More complicated data like attachments,

Re: [Arsperl-users] Parse arx file

2007-11-13 Thread Thilo Stapff
Here's a subroutine that splits a line in ARX format to an array of values. It works for the basic data types such as character, integer etc. More complicated data like attachments, diary and currency would of course need some further processing. use Text::Balanced qw( extract_delimited ); su