Hi,im newbie to SSIS.
Im import data to ORacle from CSV using SSIS
table A in database
pid numeric NotNull( sequence id),
a nvarchar 2
data in CSV
apple
orange
i have to get the sequence id b4 insert to table A
so can i know any solution can given from everyone