LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  HTML data

    Employee
    Posted 05-11-2015 02:25

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Vinod

    Hi Team,

    Please suggest how we can read HTML data in Lavastorm.


    Thanks and regards,
    Vinod


  • 2.  RE: HTML data

    Employee
    Posted 12-10-2015 05:40

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: mgajdosik

    Hi,

    you can try to use XML reader, there are multiple different ones in LAE. Or you can try to use the node I provide below... It will basically load all the html line by line into single field, and then you can work with it. You could play as well with modifying the field delimiter to < or >, depending on what you want to achieve.

    node:Delimited_File_3
    bretype:core::Delimited File
    editor:sortkey=566972a023c62e51
    output:@41e6c6cd11e613c6/=
    prop:FieldDelimiter=!@#$%^&*(
    prop:FieldNames=DATA
    prop:File=
    prop:RecordDelimiter=\n
    editor:XY=450,290
    end:Delimited_File_3


    Marek


  • 3.  RE: HTML data

    Employee
    Posted 01-05-2016 13:29

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: belliveaujd

    If you wanted to read the HTML data directly from a web page, you can always use the HTTP node and submit a "GET" request. The following will pull in the HTML source from Lavastorm's homepage. You can then extract any of the portions of the page that are relevant to your use case using the appropriate "Aggregation and Transformation" nodes.

    node:HTTP
    bretype:lal1::HTTP
    editor:sortkey=568c260461d13876
    output:@506b1e775ec369f0/=
    prop:DataOutputField=outputData
    prop:Method=GET
    prop:MethodParamType=Literal
    prop:Url=http://www.lavastorm.com/
    prop:UrlParamType=Literal
    editor:XY=240,110
    end:HTTP