Text Data Provider properties list identifies items about the structure of source file. Properties are initially set when you add the component to the project. The properties that are mandatory appear in bold text.
Property |
Description |
---|---|
Text Source |
Identifies the text file you want to use as the data source. You can select the data source when you add Text Data Provider to a project or from the Properties window. To select a data source from the Properties window, click the Text Source icon, then select the file. |
Columns |
Click the Columns icon to open a Property sheet that lets you define columns for the data in your source file. |
Property |
Description |
---|---|
Row Delimiter |
Select how each row is delimited:
Alternatively, you can enter a different delimiter. |
Row Length |
Specify the number of characters in each fixed row, if you have selected Position as the Row Delimiter. |
Column Delimiter |
Select how columns are delimited:
Alternatively, you can enter a different delimiter. |
Column Quote |
Specify how the values in the source file are quoted:
|
Fixed by Bytes |
Specify how to interpret the values provided for line length, column start, and column end:
For example – Suppose your source file includes abcÖÐÎÄ abcdef and has the following characteristics:
If you select the Fixed by Bytes option:
If you do not select the Fixed by Bytes option:
|
Null Byte Substitute |
Sets the character to replace null bytes. |
Skip Rows |
Skips a specified number of rows in the row sequence. |
Encoding |
Sets the current character encoding. To set the character encoding, select the appropriate value from the drop-down menu. |
Support Unicode |
Sets Unicode support. |
Read Block Size |
Determines the number of records retrieved by the component in a single step. |