we have a log file that has rows like
[2013-12-03 12:08:49,409][start] ### start one to one ssis=1 and id=100
we want to insert this rows in different columns of table. something like date to be inserted into column1 and from ### enters into column2 and from sql table.
Any suggestions?