Customer Portal

http connector content string

Comments 1

  • Avatar
    svecp
    0
    Comment actions Permalink
    If I understand it correctly, you're trying to parse HTTP response into n fields, right?
    There are two viable approaches:

    Use Reformat and CTL function split() on the content field or;

    Connect FlatFileReader component to the HTTPConnector, set File URL = port:$0.content:discrete and appropriate metadata on the edge behind FlatFileReader in case you need to work with response as with records. Metadata record in your case needs to have "," set as Field delimiter and EOF as record delimiter set to true.
    To illustrate this case:
    httpresponse.PNG

    Hope it helps. If that's not what you're looking for, can you please post more specific example?

Please sign in to leave a comment.