Customer Portal

Batch data read from XLSDataReader

Comments 2

  • Avatar
    slechtaj
    0
    Comment actions Permalink
    Hi Kalpana,

    There is no need to read data from the XLS file in batches (in fact nothing like that would solve your situation) - this can be simply done by using "Records per file" attribute (set to 5000 in your case) of JSONWriter, which tells the component to use that amount of incoming records to compose the output JSON structure.

    For more information about JSONWriter please refer to our documentation.

    Hope it helps.
  • Avatar
    kreddy
    0
    Comment actions Permalink
    Thank you so much for your reply.I will try the option you suggested.

    Thanks,
    Kalpana.

Please sign in to leave a comment.