[Download-List] Field delimiters

Shawn Waldie waldies at sanjuancollege.edu
Mon Mar 1 12:17:26 EST 2004


Well, part of it is 'fixed'.
The following:

field1<field2<field3<field4<field5

was produced by ...

DOWNLOAD file \
  FILE _HOLD_ hold.item \
  COMMA.CHAR "<+>" QUOTE.CHAR "" \
  OVERWRITING \
 DETAIL \
  field1 \
  field2 \
  field3 \
  field4 \
  field5


Page 38 of DOWNLOAD.pdf says that ... The value specified by COMMA.CHAR does
not have to be a single character. The following is an acceptable use of
COMMA.CHAR:	DOWNLOAD CUSTOMERS NAME PHONE \
								COMMA.CHAR
"<_>"

... so I'm not sure why my syntax isn't working.  Are '+>' reserved for
something else?
Anyone want to venture a guess?



-----Original Message-----
From: Shawn Waldie 
Sent: Thursday, February 26, 2004 1:57 PM
To: 'download-list at cedarville.edu'
Subject: RE: [Download-List] Field delimiters


Actually, this isn't working for me either. It gives me the following:

"field1"<"field2"<"field3"<"field4"<"field5"

What I would like to see is:

field1<+>field2<+>field3<+>field4<+>field5



More information about the download-list mailing list