TextSource

TextSource is a FileBasedSource of text lines with a delimiter.

Creating Instance

TextSource takes the following to be created:

  • ValueProvider<String>

  • EmptyMatchTreatment

  • Delimiter

TextSource is created for TextIO.Read and TextIO.ReadFiles utilities.