Difference: Appx620Features (57 vs. 58)

Revision 582022-05-17 - MisaghKarimi

Line: 1 to 1
 

APPX 6.2.0 Features

This page provides an overview of the new features in APPX 6.2.x

Line: 16 to 16
  You can use the following APIs to parse a JSON file or string:
Changed:
<
<

.JSON PARSE
--- .JSON PARSE FILE
>
>
--- .JSON PARSE
--- .JSON PARSE FILE
 

XML Writer APIs

You can use these new APIs to create a well formatted XML file.

Line: 29 to 29
  The data API now takes advantage of the new JSON PARSE subroutine. The new subroutine provides the incoming data as Unicode. As the side effect, the PATH field in JSON file cannot be a key anymore since its size is larger than Appx key size limit. As a work around you can use PARENT RID to read through the hierarchy or use PATH HASH which is the hash value of the PATH field.
Changed:
<
<
Based on the selected ‘Mode=’ setting for each data services command, the parsed JSON will be written to a different file. For example, if the ‘Mode=small’ the parsed JSON is written to the file 0LA RAWJSONS, if ‘Mode=medium’ the data will be written to 0LA RAWJSONM and, for ‘Mode=large’ the data will be written to the 0LA RAWJSONL file. You can check 0LA WEBSERVICES JSON MODE to find out where the parsed JSON records were written.
>
>

Based on the selected ‘Mode’ setting for each data services command, the parsed JSON will be written to a different file. For example, if the ‘Mode=small’ the parsed JSON is written to the file 0LA RAWJSONS, if ‘Mode=medium’ the data will be written to 0LA RAWJSONM and, for ‘Mode=large’ the data will be written to the 0LA RAWJSONL file. You can check 0LA WEBSERVICES JSON MODE to find out where the parsed JSON records were written.

  Note again that the incoming JSON data no longer has a limit. If the incoming data is more than 1M characters, APPX writes the data to a file, then parses the content of the file.

Limited Access User Rights

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback