Hey,
I have a file, which looks like this:
--Records Start
Id = 1
Name = John
INum = 2341
###
###
1,20120823,141213,0001
1,20120824,141234,1234
###
###
--Records End
I need to load this file into a sql table with Id,Name,INum,Date(Value=20120823),Snum(value=141213)
How can i achieve this?