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.  Delimited dataset in a workflow

    Employee
    Posted 01-11-2018 09:19

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

    Originally posted by: islandz

    Is there a node that would allow me to parse data by a delimiter in the middle of a flow?

    There are some instances in which I have, let's say, a tab delimited file. But there may be some fields that are also a concatenate of multiple fields, delimited by a pipe (or something). I would like to import using the standard \t delimiter, then in the flow, add another note to either parse a specific field by a different delimiter or to parse the entire dataset by said new delimiter.

    Is this possible? And if it is...how?

    Thank you


  • 2.  RE: Delimited dataset in a workflow

    Employee
    Posted 01-12-2018 00:29

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

    Originally posted by: ThomasT

    I think you could use the split function if I understand the question correctly.

    example:

    yourfield.split(";").getItem(0) as "Newfield"


  • 3.  RE: Delimited dataset in a workflow

    Employee
    Posted 01-12-2018 01:46

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

    Originally posted by: awilliams1024

    To expand on the example from ThomasT (thanks or contributing BTW) you may be interested in this forum thread that also covered this topic:

    http://community.lavastorm.com/threa...-Columns-ouput

    Regards,
    Adrian