...
This step provides the ability to read data from a delimited file. The CSV label for this step is a misnomer because you can define whatever separator you want to use, such as pipes, tabs, and semicolons; you are not constrained to using commas. Internal processing allows this step to process data quickly. Options for this step are a subset of the Text File Input step. An example of a simple CSV Input transformation can be found under
Code Block |
---|
...\samples\transformations\CSV Input - Reading customer data.ktr. |
This step has fewer overall options than the general Text File Input step, but it has a few advantages over it:
...