delimited file to SQL

#12870

[b:e7dd2a70fb]Errata:[/b:e7dd2a70fb]
If you wish to handle files with or without comments you will need something like this:

[code:1:e7dd2a70fb]
root – delimited PostFix 0x0D 0x0A
<choice occurs = 1 – unbounded>
comments tag = // occurs = 0 – unbounded
text
record – delimited Infix 0x0D 0x0A tag = @ occurs = 1 – unbounded
blank
Name
Number [/code:1:e7dd2a70fb]

this should handle comment lines before, between and after the records