Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Pathfinder Herolab import - "Null"

I have been trying to import characters from herolab using the xml to json converter as instructed by the character sheet, but now getting "null" as the only output. I have used this feature in the past without running into this. In detail here are the steps that I am taking: 1. In Herolab, exporting the character to an .xml file 2. Copying the text of the .xml file 3. pasting the text into the left side of the page on <a href="https://codebeautify.org/xmltojson#" rel="nofollow">https://codebeautify.org/xmltojson#</a> 4. Clicking the "xml to json" button 5. The output is "null" (screenshot attached) Thanks in advance for any help!
I guess I solved this... I found that I get the proper output if I do the following. 1. Delete the first line (which says "This XML file does not appear to have any style information associated with it. The document tree is shown below."); 2. Remove the quotation mark from the character's height (representing inches), i.e. "&lt;charheight text="5' 9"" value="69"/&gt;" -&gt; "&lt;charheight text="5' 9" value="69"/&gt;"; 3. For the wizard, delete the ampersand (&amp;) from the "craft magic weapons &amp; armor" feat; and 4. Delete the "setting summary" line; I have no idea why this is. Is there something I should do so I don't have to manually edit the data from the .xml output? &nbsp;