How can I nullify an attribute when publishing data to Semarchy via REST APIs?
To set a populated string value to null, you can use empty double-quotes.
In this example, I have set attribute ManufSupplier which previously contained a value, to null
"persistRecords": { "Material": [ { "MaterialID": "888-222-A", "MaterialDescription": "Peter's Test Material Rec", "PackSize": "Large", "FID_MaterialGroup": "U02", "ManufSupplier": "", "SalesVATClass": "5", "PurchasingTax": "H", "ProfitCentre": "1234554321" }
And this is the response (partial)
"PurchasingTax": "H", "CopiedFrom": null, "ManufSupplier": null }
Cédric BLANC
How can I nullify an attribute when publishing data to Semarchy via REST APIs?
To set a populated string value to null, you can use empty double-quotes.
In this example, I have set attribute ManufSupplier which previously contained a value, to null
And this is the response (partial)
Cédric BLANC
To set a populated string value to null, you can use empty double-quotes.
In this example, I have set attribute ManufSupplier which previously contained a value, to null
And this is the response (partial)
-
Import Data Into Entities via Azure Data Lake
-
Recover Deleted(soft Delete) Record and Configure in Application
-
Data Quality in batch mode and real-time integration
-
Integration with analytics tools
-
Query/Load/Delete data with the REST API
-
Does the Done Tab in Inbox have a limit?
-
How Can I Trigger Enricher or Sql Procedure when deleting?
-
Matching Rules But Only The Latest Record Creates a Golden Record
-
Unstructured and Semi Structured Data in Semarchy?
-
Read CSV files from AWS S3
See all 72 topics