I need to import a fixed-width flat file with over 500 columns.
Is there a way to do this in SSIS without using the "Flat File Connection Manger Editor", which forces me to specify each column one-at-a-time by clicking the ruler over and over in the right spot and then update the properties of each column one-at-a-time.
Please someone tell me how I can do this in a configuration file where I can cut-and-paste all my column names all-at-once.
Thanks