I have an example of a tab delimited flat file like this:
Expense Report Id Name Geography StartDate EndDate TotalExpense
123456789 JJ Thompson Atlanta 6/12/2011 6/18/2011 454.10
ExpenseDate Guests (Separated by comma) CompanyAffiliation Establishment Project
6/14/2011 "Norm McDonald, Gary Shandling" Two Guys Hamburgers Little Debbie's MumboJumbo
6/16/2011 IBN Yo MumboJumbo Conceirge
6/18/2011 Jimi Hendrix The Experience Electric Ladyland MumboJumbo Client
I have to convert an xml schema to look like this tab delimited flat file. Any idea how when using the flat file schema wizard to keep the headers in there? I can do it w/out the headers no problem