In this phase of the pipeline, resources are read into Strings. Currently, the plugin only supports reading input resources from the disk.
This phase involves applying transformers to the individual Strings containing the data read from each resource. Multiple transformers can be specified with each transformer running on each resources. Some example transformers are a transformer that removes newline characters and a transformer that applies backslash escaping of double quotes.