Hi again,
using the .palm format for importing multiple notes is a great idea, funny we never thought of that ourselves :-)
You are correct, when you export the Palm memos on a PC, each entry has the format
"Memo""0""Category"
The format is different when you export from a Mac, but for the purpose of creating a file with your own notes, the PC format probably is simpler.
The "0" indicates that the memo/note is not protected; using anything else but "0" will tell Notebooks to protect the note.
The TAB character, when used in the text of the memo, may cause issues, as it is used to separate the fields. What might be a bit more complex are the newlines/returns. On a PC, each entry is delimited by CRLF (the Windows notation for a newline), so the memo itself should not contain any of them. However, it may contain the Unix or Mac notation of a return (CR) without disturbing the algorithm.
Regarding the double quotes, I have no explanation what causes them. As you see in the format above, each field needs to be delimited by quotes, but they are stripped during import...
Shadow Plan sounds very interesting, but I have not heard of it before. Well, maybe we will find a way to extract and import these infos into Notebooks as well ;-)
(We are currently working on a way to import Palm Todos into Notebooks, too)
Best,
Alfons