Hp Neoview Release 2.3 Software Bedienungsanleitung Seite 83

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 110
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 82
Example A-5 Control File: Include Defining Dataformats
You can use an Include file such as this to define data formats for many control files. See
Example A-6, in which this file, ./CF/include_part_2.cf has been included to define the
data formats.
/* Simple Load From File To Table Using INCLUDE To Include Control File Fragment (File 2/2) */
# comment: control file fragment defines data formats, can be included in other control files
dataformats
{
dataformat1 delimited
records separated by <nl>
fields delimited by <,>
optionally qualified by <">
(
FIRST_NAME char,
LAST_NAME char,
ADDRESS char,
ZIP int,
PHONE char,
SSN largeint,
INFO1 char,
INFO2 char
)
dataformat2 sql fields
(
FIRST_NAME char,
LAST_NAME char,
ADDRESS char,
ZIP int,
PHONE char,
SSN largeint,
INFO1 char,
INFO2 char
)
}
83
Seitenansicht 82
1 2 ... 78 79 80 81 82 83 84 85 86 87 88 ... 109 110

Kommentare zu diesen Handbüchern

Keine Kommentare