Supported Delimiters - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

When submitting a file, it is important to specify the correct delimiter used in the file. If no delimiter is provided, the default pipe separator " | " will be used.

The following delimiters are supported for separating values in input files.

  1. Pipe " | " (default)
  2. Comma " , "
  3. Semicolon " ; "
  4. Tab " \t "

If your file uses a delimiter other than the default pipe separator " | ", you must specify the delimiter in the request body.

Sample Request

Below is a sample request body showing usage of semicolon delimiter :
{
    "fileId": "82390015-19b2-40bd-8f00-e3d705af9885",
    "delimiter": ","
}