Text Data Provider properties list identifies items about the structure of source files. Properties are initially set when you add the component to the project.
Property |
Description |
---|---|
Text Source |
Identify the text file 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 |
Define columns for the data in your source file. |
Property |
Description |
---|---|
Row Delimiter |
Specify 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 |
Specify how columns are delimited:
Alternatively, you can enter a different delimiter. |
Column Quote |
Specify how the values in the source file are quoted:
Alternatively, enter a different quote character or string. |
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 these characteristics:
If you select the Fixed by Bytes option:
If you do not select the Fixed by Bytes option:
|
Null Byte Substitute |
Set the character to replace null bytes. |
Skip Rows |
Skip a specified number of rows in the row sequence. |
Encoding |
Set the current character encoding. |
Support Unicode |
Set Unicode support. |
Read Block Size |
Determine the number of records retrieved by the component in a single step. |
Read empty as NULL |
Replace values read as “empty” with “null.” |