Generating text file from database
Posted
by Goldmember
on Stack Overflow
See other posts from Stack Overflow
or by Goldmember
Published on 2010-06-09T19:37:45Z
Indexed on
2010/06/09
20:22 UTC
Read the original article
Hit count: 182
I have a requirement to hand-code an text file from data residing in a SQL table. Just wondering if there are any best practices here. Should I write it as an XMLDocument first and transform using XSL or just use Streamwriter and skip transformation altogether? The generated text file will be in EDIFACT format, so layout is very specific.
© Stack Overflow or respective owner