Convert tabular data into a CSV file
The Table to File Block converts tabular data into a CSV (Comma-Separated Values) file. This block is particularly useful when you need to export data from your flow in a widely compatible format for further analysis or sharing.
The table to convert. The input will be coerced to a table format if needed.
The converted file output in CSV format.
The time taken to process the conversion in milliseconds.
The output file formats to generate. Currently only supports CSV format.
table
input of the Table to File block.The block will error if:
Ensure that the input table data is properly structured and that your environment is correctly configured with a Docme endpoint.
What file formats are supported?
Currently, the Table to File block only supports CSV (Comma-Separated Values) format. Additional formats may be added in future updates.
How does the block handle data type conversion?
The block will attempt to coerce the input data into a table format if it’s not already in the correct format. This provides flexibility in handling different input data structures.
Convert tabular data into a CSV file
The Table to File Block converts tabular data into a CSV (Comma-Separated Values) file. This block is particularly useful when you need to export data from your flow in a widely compatible format for further analysis or sharing.
The table to convert. The input will be coerced to a table format if needed.
The converted file output in CSV format.
The time taken to process the conversion in milliseconds.
The output file formats to generate. Currently only supports CSV format.
table
input of the Table to File block.The block will error if:
Ensure that the input table data is properly structured and that your environment is correctly configured with a Docme endpoint.
What file formats are supported?
Currently, the Table to File block only supports CSV (Comma-Separated Values) format. Additional formats may be added in future updates.
How does the block handle data type conversion?
The block will attempt to coerce the input data into a table format if it’s not already in the correct format. This provides flexibility in handling different input data structures.