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.
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.