Hello,
I have a flow where i am passing payload to csv node and then to write file.
I have also mentioned absolute path of that file. But it is not updated. I do get the output with values but nothing is written in the csv file, Its empty
[{"id":"687af5224965c5bc","type":"function","z":"b0a0f7654864d522","name":"","func":"msg.payload=\n { \n \"SalesOrderNumber\": msg.SalesOrderNumber, \n \"ContractNumber\": msg.ContractNumber, \n \"SoldToCustomerNumber\": msg.SoldToCustomerNumber \n }\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":360,"y":1580,"wires":[["dd66c90fb1c4dc10"]]},{"id":"dd66c90fb1c4dc10","type":"csv","z":"b0a0f7654864d522","name":"","sep":",","hdrin":"","hdrout":"all","multi":"one","ret":"\\n","temp":"SalesOrderNumber,ContractNumber,SoldToCustomerNumber","skip":"0","strings":true,"include_empty_strings":"","include_null_values":"","x":510,"y":1580,"wires":[["8d8bd481eecd4656","59b56d05ebdcd5bd"]]},{"id":"8d8bd481eecd4656","type":"file","z":"b0a0f7654864d522","name":"Excel_Out","filename":"C:\\Users\\neeta.jadhav\\Documents\\Details.csv","appendNewline":true,"createDir":false,"overwriteFile":"true","encoding":"base64","x":670,"y":1580,"wires":[["439de8c26e64cb51"]]}]
Kindly let me know if i am missing something