cancel
Showing results for 
Search instead for 
Did you mean: 

how to initialize delta update in flat file extraction

former_member577713
Participant
0 Kudos

hi friends,

I have done flat file extraction ,now i have updated my flat file but i don't know how to initialize delta update for this??

There is only on option that is of full update in infopackage.

can any body guide me for this.

thanks,

ravi

Accepted Solutions (1)

Accepted Solutions (1)

former_member182343
Active Contributor
0 Kudos

Hi Ravi,

If you want to capture delta from Flat file, you can achieve through Delta mode of DTP between DSO & IC.

Assaign semantic keys and update data to IC.

You can also use Routines as mentioned above.

Regards,

rvc

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Ravi,

Delta from Flat file

Find out the fields which needs to be loaded as delta from the flat file.

A routine needs to be used to do furhter as provided in above links.

BR,

Arpit

Former Member
0 Kudos

Hi Ravi,

You need to find out the delta field in your flat file and implement routine for the same field to indentify the delta records.

Check the below doc for step by step procedure.

Regards,

Venkatesh

Former Member
0 Kudos

Hi,

Delta load is not possible for flat file.

Use alternate method to do delta load from flat file by writing routines in infopackage.

check this doc..

It is only possible in BI 7.3.

Regards,

Aravind.

ravi_chandra3
Active Contributor
0 Kudos

HI ravi ,

If ur source system is flat file then there is no initialization option will be there , u have to load the data vial full update only..

Thanx & Regards,

RaviChandra

Former Member
0 Kudos

why would you want to do delta extraction with a flat file?

I mean, remove the old file and extract the whole new file.