WITSML Null Values
Last updated
Last updated
This feature allows the user to maintain a list of WITSML values that should be ignored globally by Live. They are applied to every channel, and only to data collected after they are saved.
The values are ignored at the Parser. So, if it is necessary to remove null values in the historical data, it would be necessary to recollect and renormalize.
The WITSML Null Values screen allows to user to maintain the Null Values list. It's located under Configurations > High Frequency Data > WITSML Null Values.
Please note that it is necessary to replace the term "environment" with the correct address before using the API.
GET
https://environment.com/services/plugin-liverig/witsmlparser/nullvalues
POST
https://environment.com/services/plugin-liverig/witsmlparser/nullvalues
Name | Type | Description |
---|---|---|
Content-type* | String | application/json |
Name | Type | Description |
---|---|---|
* | array | The array of null values (as strings). An empty array is accepted. |