Jump to: navigation, search

9.0.006.11

Journey Optimization Platform Release Notes

Important
Journey Optimization Platform was renamed to AI Core Services in release 9.0.009.01.


AI Core Services is part of 9.x starting in 9.0.006.05.
Release Date Release Type Restrictions AIX Linux Solaris Windows
11/22/17 Hot Fix X

Helpful Links


What's New

This release includes only resolved issues.


Resolved Issues

This release contains the following resolved issues:


This release includes the following improvements to the Datasets API functionality.

Only special keywords are allowed for the sep (separator) parameter. Those keywords are COMMA and TAB, which correspond to ',' and '\t' respectively. All other characters are rejected. The body request to create a dataset should have a format similar to the following example:

{
  "token": "auth token",
  "name": "DatasetName",
  "sep": "TAB",
  "csv_file": "file object"
}

(PRR-1438)


The Predictive Matching API has been extended to include a new end-point, which enables you to append new data to an existing dataset. The command should have a format similar to that shown in the following example:

PUT /datasets/<datasetId>/append

The datasetId can be found on the Datasets tab in the Settings section of the Predictive Matching application.

The mandatory parameters for the API request are the following:

  • access token
  • separator
  • csv_file (the path to csv file) or batch_data

(PRR-1414)



Upgrade Notes

No special procedure is required to upgrade to release 9.0.006.11.

This page was last edited on March 29, 2018, at 14:55.
Comments or questions about this documentation? Contact us for support!