Timo Sehrbruch
Posts: 0
Joined: Thu May 09, 2013 7:41 pm

XML/JSON Array problem since new builder version

Hey there,

i just encountered a major problem with the new builder. In the "old" version you could just check a checkbox for xml files saying "its an array".

since this function is missing, and the builder itself detects what is an array, it is not working..

This is my example XML:
code

<?xml version="1&#46;0" encoding="ISO-8859-1"?>
<froot>
<wrapper>
<farray>
<fhersteller>BRAND</fhersteller>
<fname>Article A</fname>
</farray>
<farray>
<fhersteller>BRAND</fhersteller>
<fname>Article B</fname>
</farray>
<farray>
<fhersteller>BRAND</fhersteller>
<fname>Article C</fname>
</farray>
</wrapper>
</froot>

/code

This is what it looks like in the builder, after creating a response.

Image

Then, as usual, I got the mapping done (just as simple here, to add "i" items)

Image

But when I test, just nothing happens.

With the same example and the old builder, everything works fine.

Any ideas?

Thank you!

Timo Sehrbruch
Posts: 0
Joined: Thu May 09, 2013 7:41 pm

XML/JSON Array problem since new builder version

nobody here to help with? Pretty awful situation that the array seems to have a bug as the whole app is not working then. :(

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

XML/JSON Array problem since new builder version

Hello Timo,

We are working on it.
I will let you know when have more information from developers team.

Timo Sehrbruch
Posts: 0
Joined: Thu May 09, 2013 7:41 pm

XML/JSON Array problem since new builder version

thank you. would be great if a fix is soon available!

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

XML/JSON Array problem since new builder version

Hello Timo,

You use incorrect mapping. Please look this mapping example:
http://prntscr.com/7cp7m0

The result is: http://prntscr.com/7cp86d

Timo Sehrbruch
Posts: 0
Joined: Thu May 09, 2013 7:41 pm

XML/JSON Array problem since new builder version

Hello Sergiy,

that is what I did..

Here with the real data, not with the example:
Image

"felge" on the right is a Grid.

It makes no difference neither I use example data or real data. Its always empty..

Timo Sehrbruch
Posts: 0
Joined: Thu May 09, 2013 7:41 pm

XML/JSON Array problem since new builder version

EDIT: Here again with my self provided test data:

Mapping:
Image

Output returns nothing:
Image

Timo Sehrbruch
Posts: 0
Joined: Thu May 09, 2013 7:41 pm

XML/JSON Array problem since new builder version

Nothing new here? Would appreciate support, as I cant see the problem :(

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

XML/JSON Array problem since new builder version

Timo, please provide us with a public app link (http://devcenter.appery.io/documentat...) and steps to reproduce. We will check it

Timo Sehrbruch
Posts: 0
Joined: Thu May 09, 2013 7:41 pm

XML/JSON Array problem since new builder version

sorry for the late response, the problem still consists.

public app link:
http://appery.io/app/mobile-frame?src...

steps are: launch the app and click on "Felgenkonfigurator". As you see, the grid at the bottom should be filled with wheels, but is blank for no reason.

Return to “Issues”