Data Import
Posted: Sat Mar 08, 2008 12:48 am
I'm not requesting a new feature, but a clarification of the data import function.
When importing a spreadsheet, every column becomes a element in every row. Currently it is a manual process to turn off columns so that data is not converted. Is there an option to turn off all the columns except those which have some non-blank data?
My output xml will have 700 rows of 999 elements and only 7 elements are useful. (I admit that using these files as training material to teach XSL to new users, is a simpler operation. heck match on the row, create new output row with new element names using value-of for mapping the old values. Teaches the basics of xslt transformation.)
But is there an option not to process those empty elements?
Regards --- Kermit Tensmeyer
When importing a spreadsheet, every column becomes a element in every row. Currently it is a manual process to turn off columns so that data is not converted. Is there an option to turn off all the columns except those which have some non-blank data?
My output xml will have 700 rows of 999 elements and only 7 elements are useful. (I admit that using these files as training material to teach XSL to new users, is a simpler operation. heck match on the row, create new output row with new element names using value-of for mapping the old values. Teaches the basics of xslt transformation.)
But is there an option not to process those empty elements?
Regards --- Kermit Tensmeyer