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 remove field type in brd output

    Employee
    Posted 02-21-2019 05:22

    Hi - I have a flow which takes a csv file and constructs a json output file. BUT the only way to output properly is with a BRD output node but it also passes the field type which messes up the format. Any ideas please?

     

    Have uploaded an example of the flow.

    thanks

    Martin



  • 2.  RE: How to remove field type in brd output

    Employee
    Posted 02-21-2019 12:29

    Use either OutputDelimited or OutputRaw.

    OutputDelimited has the option to not write headers, but it might give you some grief over double/single quotes.
    OutputRaw just writes the data.