reformatting

Is basic file reformatting a valid use case for SQL Server Integration Services (SSIS)?

Is using SSIS to do reformatting of flat files from one format to another (not using a database; just flat file connections) a common practice, or is it like using a sledgehammer to drive a nail? The reason I ask is that at the company I currently work for we have production personnel (some not too tech-savvy) using an in-house programm...

How to convince management that reformatting entire java code base is safe

How would one go about proving to management that a batch reformat of all .java files in a large code base (to place the code in compliance with the company's coding standards) is safe and will not affect functionality. The answers would have to appease the non-technical and the technical alike. Edit: 03/12/2010Clarification for the t...