You are not logged in.
Announcement
Unanswered posts
|
Hello,
Someone can help me to solve my problem?
We suppose that we have 2 xml files: file1.xml and file2.xml. Both of files have the same structure.
file1.xml: | file2.xml:
|
id= 1 | id= 1
first_name= MACKLEY | first_name=ROBINSON
last_name= bob | last_name=david
|
| id= 2
| first_name=BROWN
| last_name=Jenny
I need to identify the id of the added line in file2.xml and then to show the first_name and last_name.
Something like this:
id =2 | first_name=BROWN | last_name=Jenny
Regards.
the treatment of my job increases exponentially as well as my XML files contain too many rows :s
any solution?
i resolved my problem
some wrong paramters... i fixed them and it's ok now!
Ok I don't have any problem to have access to the ID fields.
Can you give me a screenshot of the Metadata configuration for your file (step 3)?
ok I will have a look
hi,
I want to test my xml file, but i've a little bit problem. I can't reach the row's id in my xml file. I've no problem to appear for instance the "NAME" in the tLogROW
<NOTE>
<DATE>03-14-2008</DATE>
<PROFIL ID="id_1">
<NAME>barrons</NAME>
</PROFIL>
<PROFIL ID="id_2">
<NAME>james</NAME>
</PROFIL>
</NOTE>
thank's
all right see you toomorow
I tried it and it seems working. I'll test it again tomorrow, cuz now, i've to go. Hope seeing you tomorrow.
Best regards!
ok
can you put you 2 xml files and I will do it like you?
i have this as an output:
Starting job projet at 18:10 13/03/2008.
NumberFormatException For input string: ""id"
NumberFormatException For input string: ""1"
NumberFormatException For input string: ""id"
NumberFormatException For input string: ""1"
Job projet ended at 18:10 13/03/2008. [exit code=0]
thank's
check the format of your output field it must be a string
i have this error message: cannot convert string to integer when i put: "issue in line "+row1.id+" : "+row1.first_name+" different to "+row2.first_name
of course, I use 2 csv files a two output