Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Changing transformation

Former Member
0 Likes
898

hello masters, i have a problem with a transformation that is, i want to add a new field to excel file, to do this i use a transformation, the changes are made by doing copy-paste of another field but when i make a test in quality machine the systems says that an ">" are missing this is strange because when i activate transformation the system doesn't throws any message.

regards and thanks in advance

Mário

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
874

Hi Mário,

If you can activate the transformation, then the > is probably missing from the XML to transform.

Sandra

Hi Mário,

If you can activate the transformation, then the > is probably missing from the XML to transform.

Sandra

5 REPLIES 5
Read only

Sandra_Rossi
Active Contributor
0 Likes
875

Hi Mário,

If you can activate the transformation, then the > is probably missing from the XML to transform.

Sandra

Read only

0 Likes
874

hello Sandra, thanks for your reply.

My problem is in my transformation i want to add a new field that comes from a table, in my transformation i've done this:

i add this code:

i have 43 declarations like this one: ".

do i forget to declare Status Projecto somewhere?

regards and thanks

Mário

Read only

0 Likes
874

Hi Mário,

No, I don't think. What text do you get from the exception thrown by CALL TRANSFORMATION?

Sandra

Read only

0 Likes
874

Hello Sandra, i get the indication to see a log file, in this log file i have this:

XML PARSE ERROR: Missing ">" from tag

Error occurs at or below this element stack:

<ss:Workbook>

<ss:Worksheet>

<ss:Table>

<ss:Row>

<ss:Cell>

regards

Mário

Read only

0 Likes
874

That really means there's a missing > somewhere. You could paste the whole XML in a file, and open it with Internet Explorer, it should indicate the exact position where the error is.

Sandra