Hi Meganee,
What are the 9 columns? Would you please share the result that you would like to get?
I notice that some of rows contain blank, semicolon and comma. However some of rows only contain blank and semicolon, right?
I assume you would like to get the 9 columns look like below:

Personally, you could try to read the every row in one column first, then convert the several special delimiters(e.g. blank, semicolon ) to uniform delimiter (e.g. comma) with Derived Column Transformation in SSIS package or replace feature in notepad++,
then export it to flat file.
The new flat file should look like below:
2014-01-01,00:05:00,,,1,1361,9511,4,15
Then you could use Flat File source gain for this new file to extract 9 columns with comma delimiter.
If I misunderstand your requirement, please correct me.
Best Regards,
Pirlo Zhang
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to
MSDN Support, feel free to contact MSDNFSF@microsoft.com.