Sample file configuration view - Precisely_Data_Integrity_Suite - Data_Quality - dis_core_foundation

Quality APIs

Product type
Software
Portfolio
Integrate
Enrich
Product family
Precisely Data Integrity Suite
Product
Precisely Data Integrity Suite > Data Quality
ft:locale
en-US
ft:title
Quality APIs
Copyright
2026
First publish date
2023
ft:lastEdition
2026-08-27
ft:lastPublication
2026-08-27T12:09:30.578000
L1_Product_Gateway
Verify
L2_Product_Segment
Data Quality
L3_Product_Brand
Precisely Data Integrity Suite
L4_Investment_Segment
Suite Verify
L5_Product_Group
Data Quality
L6_Product_Name
Suite Data Quality

Represents the configuration settings associated with a sample file.

The configuration defines how the sample file is interpreted and processed during profiling, sampling, and other data quality operations.

Sorting

Property Description
delimiter The character used to separate field values within each row, such as a comma or pipe character.

Parameters

Property Description
lineSeparator The character or sequence used to delimit rows in the sample file, such as \n for Unix line endings or \r\n for Windows line endings.
textQualifier The character used to enclose field values that contain the delimiter, such as a double-quote character.
encoding The character encoding of the sample file, such as UTF-8 or ISO-8859-1.

JSON Example


{
  "lineSeparator": "\n",
  "delimiter": ",",
  "textQualifier": "\"",
  "encoding": "UTF-8"
}