Rank: Advanced Member
Groups: Registered
Joined: 1/22/2020(UTC) Posts: 47 Location: Montpellier Thanks: 14 times Was thanked: 2 time(s) in 2 post(s)
|
Hi everyone ! I'm currently trying to use XML to fetch a lot of datas, but I'm unable to see multiple rows when importing my file. Here's the code : Code:<?xml version="1.0" encoding="UTF-8"?>
<results>
<city>
<name>Paris</name>
<namecitizen1>Person 1</namecitizen1>
<namecitizen2>Person 2</namecitizen2>
<result1>12</result1>
<result2>8</result2>
</city>
<city>
<name>Toulouse</name>
<namecitizen1>Person 1</namecitizen1>
<namecitizen2>Person 2</namecitizen2>
<result1>12</result1>
<result2>8</result2>
</city>
</results>
And here is the result : But I need each city to be a row. How can I achieve that ? I tried with JSON also and wasn't able to have multiple rows as well. Thanks a lot, David
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 2/23/2017(UTC) Posts: 189 Thanks: 1 times Was thanked: 52 time(s) in 42 post(s)
|
Just uncheck the "Convert rows to columns"
|
1 user thanked MartLeib for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 1/22/2020(UTC) Posts: 47 Location: Montpellier Thanks: 14 times Was thanked: 2 time(s) in 2 post(s)
|
That's exactly the problem..... Thanks a lot !!
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close