Hi David, David Miller <david.miller at torstonetech.com> writes: > Because input file is enormous, parser is a better approach. You can parse things in chunks with C++/Tree and a bit of effort. See 'streaming' example for details. Boris