cancel
Showing results for 
Search instead for 
Did you mean: 

how to load data from flatfiles in ASCII format.

Former Member
0 Kudos

Hi,

how to load data from flatfiles in ASCII format,

and what are limitations of flatfiles(how many records we can insert).

how to load the data if the flatfile contains more than 1 lakh records.

Thanks,

cheta.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Its the same procedure for ASCII files which you follow for CSV Files.

There is no limitation as such for records to be loaded.

We will split the load if the load is too high.

Hope this helps

Regards

Karthik

<6th Reminder for points removed>

Message was edited by:

Moderator

Former Member
0 Kudos

can you explain process while containing high no of records.

Thanks,

cheta.

Former Member
0 Kudos

Hi,

well, its called parallel loading , if you a lots of data coming everyday or other reasons, u can opt for this parallel load , i.e, u load data paralelly using two or more infopackages. u can do it by selective loading, i.e, by giving selections at the infopackage level for each infopackage. if its one time load , u can give selections on date, if you want to use parallel load for even delta , you can give selections for material or vendor etc.. depending on the kind of data u usually get and have.

Hope this clears

Regards

Karthik

<7th Reminder for points removed>

Message was edited by:

Moderator