hi to all
I must transfer data from source file into destination table.
My problem is that the information into source file are stored in hexadecimal format.
For example, one generic row into file has the following form:
00000000h: 31 39 33 30 32 30 34 32 30 31 34 31 31 32 37; 1993020420141127.
Please, can anyone tell me how to read into file in this format in ssis?
thanks in advance.