Tech Support
Joined: 25 Aug 2003 Posts: 4407
|
Posted: Mon Jun 14, 2004 9:32 am Post subject: |
|
|
When importing into NotePagerPro, each record (line) in your text file should be in the the following format:
"name","full_name","id","carrier","maxchars","alpha","notify_only","notify_code","on_call","reliapage","reliapage_index","ad_hoc","drop_control","group","SendSubject","remove_from","extra1","extra2"
EXAMPLE:
"joe_smith","Joe Smith","1234567890","ARCH","240",#TRUE#,#FALSE#,"999",#FALSE#,#FALSE#,"0",#FALSE#,#TRUE#,#FALSE#,#FALSE#,#FALSE#,"This is Comm. 1 Field","This is Comm. 2 Field"
Values are comma seperated.
Alpha Numeric (A/N) values are proceeded and followed by quotation marks (").
True / False (T/F) values are proceeded and followed by pound symbols (#).
Empty (A/N) represented with "" (Double Quotations).
The "carrier" value should exist in database prior to import of Recipient records.
Ensure that there are no empty lines (records) at the end of the text file.
|
|