Module sink

Module sink 

Source
Expand description

Output formatting and streaming for command results

Functionsยง

is_csv_file ๐Ÿ”’
Check if file path indicates CSV format
print_datastream_result
Print streaming data results to console or file
print_datastream_with_progress
Print streaming results with progress indication
print_to_console ๐Ÿ”’
Print streaming results to console as a formatted table
stream_to_output
Stream data directly to output without buffering (for very large datasets)
write_plain_text ๐Ÿ”’
Write streaming results to a plain text file