Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Solution: Here's an example of what the CSVConverterBean might look like.

Create a unit test

Start with a simple test class and test Spring context like last time, perhaps based on the name CSVInputTest:

Code Block
java
java
titleCSVInputTest.java
Code Block
xml
xml
titleCSVInputTest-context.xml

Step 6: Initial Work on Customer 3 Input (Excel over e-mail)

...