I would like the output from exporter pro to go to a single file intelligently.
For example, I have a WMI QUERY for the Model Number, Serial Number, Chassis Type (laptop or desktop), OS & Service Pack, and Some registry exports.
I'd like exporter to write these to the file as follows, ComputerName TAB ModelNumber TAB Serial Number TAB ChassisType TAB etc. etc. Order I don't care.
Currently each report item is a separate file & I have to assemble them. I want each computer that is "Exported" to show up on one line as a single record with multiple fields.
Keep in mind that the WMI Queries are all in different classes.
If I point each of the export items to the same file and let it append it writes one after another on another line. I don't even want to think about parsing that!
I wouldn't think this would be very hard because Exporter Pro exports one computer at a time.
Can this be done or am I missing something? If it can't it should be addressed in a future release. I can't believe I'm the only one wanting this.
For example, I have a WMI QUERY for the Model Number, Serial Number, Chassis Type (laptop or desktop), OS & Service Pack, and Some registry exports.
I'd like exporter to write these to the file as follows, ComputerName TAB ModelNumber TAB Serial Number TAB ChassisType TAB etc. etc. Order I don't care.
Currently each report item is a separate file & I have to assemble them. I want each computer that is "Exported" to show up on one line as a single record with multiple fields.
Keep in mind that the WMI Queries are all in different classes.
If I point each of the export items to the same file and let it append it writes one after another on another line. I don't even want to think about parsing that!
I wouldn't think this would be very hard because Exporter Pro exports one computer at a time.
Can this be done or am I missing something? If it can't it should be addressed in a future release. I can't believe I'm the only one wanting this.
Comment