Hey,
In the WIKI, the examples for the XML JSON Parser component are built with the Flowcode App Developer pack.
I don't have the Flowcode App Developer pack. Can I use this component?
Can Someone please upload an example to use this component?
What I want to do is (without a lot of hassle) call an HTTP API and search the response (XML or JSON), for certain values.
XML JSON Parser component examples
-
- Posts: 337
- http://meble-kuchenne.info.pl
- Joined: Tue Dec 08, 2020 5:11 pm
- Has thanked: 93 times
- Been thanked: 67 times
-
- Matrix Staff
- Posts: 1926
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 503 times
- Been thanked: 686 times
Re: XML JSON Parser component examples
Hello,
The XML/JSON parser are simulation only components, they don't work on embedded as they would require fairly large amounts of RAM to unpack the file contents.
Is it an embedded version you're after, this might be better to do on the fly using something like the circular buffer. Load in bytes until you hit a new line, perform a search for the keywords you're after. Repeat until no new data.
Alternatively can you send us the data your receiving and what values you're after and I can have a think.
The XML/JSON parser are simulation only components, they don't work on embedded as they would require fairly large amounts of RAM to unpack the file contents.
Is it an embedded version you're after, this might be better to do on the fly using something like the circular buffer. Load in bytes until you hit a new line, perform a search for the keywords you're after. Repeat until no new data.
Alternatively can you send us the data your receiving and what values you're after and I can have a think.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel