What we can do when reading from a file and writing to a file.
Type: Posts; User: lincu.abraham; Keyword(s):
What we can do when reading from a file and writing to a file.
Thanks Dave!!!!
It seems to be working fine now. I will update you later.
Following is the case:-
Suppose I have an input file whihc contains 100 records and my chunk level is 10. And I want to populate this data into a database. Suppose am getting any flatfileparse...
Suppose am getting a read level error like flatfileparseexception just after the first chunk level, then those data will be there in the destination. When we are retrying it after some time then some...
We are trying the following scenario:-
Reading data from a flatfile and writing data into a database by keeping the chunk level as 10. So the application will read 10 records line by line and then...