Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HLO - Pathfinder 2nd Edition (http://forums.wolflair.com/forumdisplay.php?f=98)
-   -   JSON output oddity (http://forums.wolflair.com/showthread.php?t=65485)

GMScott March 6th, 2021 10:10 AM

JSON output oddity
 
1 Attachment(s)
I created 6 characters and output them to JSON. I'm trying to use those JSON files, but I notice a strange discrepency.

All of the objects in actors.actor.1.items have a suffix number on them, and that number does not match from one JSON to the next. For example, Armor Class is stored in the "acArmorClass.69" object for some characters and in the "acArmorClass.70" object for others. This makes it difficult for me to parse the files.

Is there some way to nail these suffix numbers down so I can get consistent output?

GMScott March 12th, 2021 04:35 PM

Bump.

Farling March 18th, 2021 03:32 PM

Does your parser have the ability to match up to the last "." in the name?

Mathias March 19th, 2021 08:31 AM

The purpose of the suffix numbers is in case there's more than one of the same thing, like two daggers, on the character - they'll have the same Id, but different suffixes. The numbers are just generated based on an internal Id, which is somewhat based on the order things are added to the character (with a lot of exceptions, which is why I say "somewhat").

GMScott April 22nd, 2021 08:53 AM

1 Attachment(s)
Quote:

Originally Posted by Farling (Post 294277)
Does your parser have the ability to match up to the last "." in the name?

That's a great question... to which I do not know the answer. I'm using Excel's Power Query. More like learning it. I can't seem to figure out how to get it to ignore everything past the period.

Does anyone have any suggestions?

GMScott April 22nd, 2021 08:59 AM

That makes sense, Mathias. Thanks.

Roadie April 22nd, 2021 01:26 PM

Quote:

Originally Posted by GMScott (Post 294614)
That's a great question... to which I do not know the answer. I'm using Excel's Power Query. More like learning it. I can't seem to figure out how to get it to ignore everything past the period.

Does anyone have any suggestions?

I'm not familiar with it, but there's probably something somewhere to split on a delimiter, in which case you could split on the period and just discard the number value.


All times are GMT -8. The time now is 08:00 PM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.