I was able to do this using XML to create an "export" file of my list.
You will need a text editor. Create a file and paste this into it:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE en-export SYSTEM "http://xml.evernote.com/pub/evernote-export3.dtd">
<en-export>
<note><title>Item 1</title></note>
<note><title>Item 2</title></note>
<note><title>Item 3</title></note>
</en-export>
Place your items between the title tags. I had a long list, so I used some of the text processing features