Topic:   How can i handle the large Flat file documents
Jun 01, 2014 21:01 9 Replies 1578 Views Neelima
Prev Next
Topic Replies (9)
  1. 1
    idnkx user

    Neelima

    How can i handle the large Flat file documents? If u know plz tell me the process.

    1
    idnkx user

    Vikram

    Nelsiri,

    use ffiterator & convert d values for handling large flat file docs

    1
    idnkx user

    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]

    1
    idnkx user

    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)

    1
    idnkx user

    Pavan

    Use iterator to read large file in chunks

    1
    idnkx user

    Asadul

    Using iterator is one way n other is through TN .. The detailed process z posted in SoftwareAG forum ... Check plz

    1
    idnkx user

    Nancy

    use iterator on the convert values.....

    1
    idnkx user

    Neelima

    i know about ffiterator but i want process how to handle the large Flat files. Please reply.

    1
    idnkx user

    Pradip

    chk the documents & proceed, everything v cant give spoon feeding!

Leave a Reply
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect