Subject:Deployment adapters displaying area marked as no-output region during csv file conversion Author:Declan Leonard Date:11 Dec 2006 07:36 AM
Hi,
When using the deployment adapters the conversion is showing the no-output region. When previewed on the full version on Stylus the no-output region is ignored as it should be. Could this be a bug in the deployment adapters.
Subject:Deployment adapters displaying area marked as no-output region during csv file conversion Author:Tony Lavinio Date:11 Dec 2006 09:38 AM
It could be, but it's hard to tell from your description.
Since the no-output region has no output code associated
with it (it's implemented basically as a 'skip' over the
number of bytes), it's most likely something else.
If you would like, send a copy of an input file and the
.conv file that demonstrate the problem to stylus-field-report
(at) progress.com, and we'll take a look.
Subject:Deployment adapters displaying area marked as no-output region during csv file conversion Author:Declan Leonard Date:11 Dec 2006 10:45 AM
Thanks Tony,
I've attached the files. Basically the conversions using the deployment adapters writes the no-output content to the product XML file. When this same file is perviewd using the Stylus Studio the no-output region is ignored as it should
Subject:Deployment adapters displaying area marked as no-output region during csv file conversion Author:Tony Lavinio Date:11 Dec 2006 12:14 PM Originally Posted: 11 Dec 2006 12:09 PM
Yup, it's a bug.
What's happening is that the initial no-output region is getting
optimized away by some overly-aggressive code.
A simple work-around is to have one region, and to have that region
skip the first row. A fix will be available in our next patch
release. In the meantime, the attached .conv has the solution just
proposed.