quote:
Originally posted by susannah:
[qb] George, you can export from excel to csv, with quotes, the export type you should select is CSV(MS-DOS), its not the first csv choice in the list, look down ****her.
[/qb]
Are you certain? I have excel 2002 and when I output to csv(msdos) and open it in a text editor it still does not have quotation marks.
quote:
[qb]Then all you need is the master.[/qb]
I'm 85% sure my master file is okay.
FILE=phone_dist, SUFFIX=COM
SEGNAME=ROOT_SEG, SEGTYPE=S1, $
FIELD=ACCT_UNIT, ALIAS=ACCT_UNIT, USAGE=I5, ACTUAL=I4, MISSING=ON, TITLE='Account ,Number', DESCRIPTION="Account Number charged for this department's phone charges", $
FIELD=NAME, ALIAS=NAME, USAGE=A20, ACTUAL=A35, MISSING=ON, TITLE='Name', DESCRIPTION='Name of the Account Manager assigned to their account number', $
FIELD=DEPT, ALIAS=DEPT, USAGE=A20, ACTUAL=A50, MISSING=ON, TITLE='Department', DESCRIPTION='Department associated with the account number and account manager', $
FIELD=ROOM, ALIAS=ROOM, USAGE=A20, ACTUAL=A50, TITLE='Room', $
FIELD=CAMPUS, ALIAS=CAMPUS, USAGE=A20, ACTUAL=A10, TITLE='Campus', $
FIELD=EMAIL, ALIAS=EMAIL, USAGE=A20, ACTUAL=A50, MISSING=ON, TITLE='Email,Address', DESCRIPTION='Email Address of the account manager for this account', $
quote:
[qb]To read excel directly, you need to have specified a range in the actual worksheet, giving it a range name. There are some articles on the techsupport site on reading excel directly. [/qb]
Is this possible on a unix server? I've heard that it is not an option in our environment.