A basic Spring Batch example that converts person names into upper case. The input is a CSV file that contains comma separated first and last names. The output is a text file that contains comma separated first and last names that are all in upper case.