Data360 Analyze

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

Here are some useful links where you can find more information:

Product Announcements  Product Documentation  Ideas Portal

Discussions

Members

Resources

Events

 View Only
  • 1.  how to append one record(by create data node) to a output pin(no record)?

    Employee
    Posted 02-20-2020 03:10

    Hi, guys, I have created one record by Creat Data Node, how should I to append this record to a output pin which has no record? thanks!



  • 2.  RE: how to append one record(by create data node) to a output pin(no record)?

    Employee
    Posted 02-20-2020 14:47

    You can use the Cat node:

     

    Note that, by default, the metadata of the two data streams must be identical. If the metadata is different, the Cat node will generate an error. You can modify this behavior using the ConcatenateMode and TypeConversion properties:

     

     



  • 3.  RE: how to append one record(by create data node) to a output pin(no record)?

    Employee
    Posted 02-21-2020 00:22

    thanks very much