Search
Related topics are listed below.
CSV File Write
Action Configuration View » Action Components » CSV File Write
CSVFileWrite generates CSV with the input payload as input. The input payload (cv.Payload) accepts input as an array of JSON arrays or an array of JSON Objects. Otherwise, it converts it to a string and outputs it as a one-line, one-column CSV file. Input…
WriteToExcelLocal
Action Configuration View » Action Components » WriteToExcelLocal
The WriteToExcelLocal component can output data in Excel format to a local xlsx file. The input payload (cv.Payload) can be an array of JSON arrays or an array of JSON Objects. Otherwise, it is converted to a string and output as a single line, single column Excel…
CSVWrite
Action Configuration View » Action Components » CSVWrite
CSV Write generates a comma-separated string with the input payload as input. It is not meant to create CSV files for further processing as writing the output to a file will not append, but overwrite it. If you want to populate a CSV file appending new lines of data…