cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Pipeline output is un-predictable

Akash_Srivastav
New Contributor II

Pipeline shows accurate output after Script snap. However when we the output is loaded in lets say CSV file, it loads any random data

image%20(5) image%20(4) image%20(3)

5 REPLIES 5

dmiller
Admin Admin
Admin

What are your settings on the CSV Formatter and File Writer?


Diane Miller
Community Manager

image%20(7) image%20(6)

christwr
Contributor III

Those Binary Header settings on the CSV Formatter seem strange. The snap is going to create one binary CSV document containing the ALL of the documents from the script output. So you canโ€™t really set headers containing detail-level values. The binary header is more for stuff like content-type, content-location, etc. Doesnโ€™t explain why itโ€™s creating the output you observed, but might be worth just taking those out and seeing if it makes any difference.

Thanks for the response. So our requirement was not write the data in CSV file, but in Database. But because the Pipeline was loading strange data in DB, we just loaded the data into a file to showcase the issue.