Data360 Analyze

 View Only
Expand all | Collapse all

how to append one record(by create data node) to a output pin(no record)?

  • 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