|
top
|
 Subject: Flat-file Load Author: Tony Lavinio Date: 08 Nov 2004 03:45 PM
|
Thanks to your help, we've identified a problem with the JVM not
releasing resources properly when we are converting large input
documents, even though we only convert a small piece at a time.
The good news is that we will shortly offer a patch release, 212h,
which will solve this.
When you do get that fix, the following settings will handle the
input file in the format you gave:
Line Terminator CR,LF
Separator ';'
Delimiter Pairs '"','"'
Comment String '"','U','S','A'
That last setting will eliminate the first line, since it will be the
only line that matches that pattern.
|
|
|
|