You can implement the below code for large flatfile handing
Under Repeat Step(Repeat on Success/No Count value)
1.use flatfile inbound service pub.flatFile.convertToValues
- Hard code the iterate variable as TRUE.
2.Branch on ffiterator(pipeline output of pub.flatFile.convertToValues service)
If ffiterator value is null, then exit the flow.
Repeat REPEAT
Service Invoke INVOKE: pub.flatFile.convertToValues
Branch BRANCH on '/ffIterator'
Exit : $null: EXIT '$flow' (the Label of EXIT step is null)
Neelima
How can i handle the large Flat file documents? If u know plz tell me the process.
Vikram
Nelsiri,
use ffiterator & convert d values for handling large flat file docs
HVardhan
Hi Nelsiri[code][/code],
You can implement the below code for large flatfile handing
Under Repeat Step(Repeat on Success/No Count value)
1.use flatfile inbound service pub.flatFile.convertToValues
- In pipeline Hard code the iterate variable as TRUE.
2.Branch on ffiterator(pipeline output of pub.flatFile.convertToValues service)
If ffiterator value is null, then exit the flow.
Repeat REPEAT
2.1 Service Invoke INVOKEpub.flatFile.convertToValues
2.2 Branch BRANCH on '/ffIterator'
$null: EXIT '$flow' (if Label of EXIT step is null)
[attachment]code_sample.jpg[/attachment]
HVardhan
Hi Nelsi,
You can implement the below code for large flatfile handing
Under Repeat Step(Repeat on Success/No Count value)
1.use flatfile inbound service pub.flatFile.convertToValues
- Hard code the iterate variable as TRUE.
2.Branch on ffiterator(pipeline output of pub.flatFile.convertToValues service)
If ffiterator value is null, then exit the flow.
Repeat REPEAT
Service Invoke INVOKE: pub.flatFile.convertToValues
Branch BRANCH on '/ffIterator'
Exit : $null: EXIT '$flow' (the Label of EXIT step is null)
Pavan
Use iterator to read large file in chunks
Asadul
Using iterator is one way n other is through TN .. The detailed process z posted in SoftwareAG forum ... Check plz
Nancy
use iterator on the convert values.....
Neelima
i know about ffiterator but i want process how to handle the large Flat files. Please reply.
Pradip
chk the documents & proceed, everything v cant give spoon feeding!