diff --git a/Nodes/Reporting/Export_to_CSV.py b/Nodes/Reporting/Export_to_CSV.py new file mode 100644 index 0000000..89b1985 --- /dev/null +++ b/Nodes/Reporting/Export_to_CSV.py @@ -0,0 +1,3 @@ +# HIGH-LEVEL OVERVIEW +# - This node takes an input source and either replaces or appends data fed into it into a CSV file on disk. +# - There will be a checkbox to allow the user to change the behavior (Replace / Append) \ No newline at end of file diff --git a/Nodes/Reporting/Export_to_Image.py b/Nodes/Reporting/Export_to_Image.py new file mode 100644 index 0000000..5cec7e8 --- /dev/null +++ b/Nodes/Reporting/Export_to_Image.py @@ -0,0 +1,4 @@ +# HIGH-LEVEL OVERVIEW +# - This node takes an input source and dumps the data to disk in a dropdown menu of various image formats +# - Ability to view image processing results would be an interesting bonus if displayed within the node. +# - Could be used to show the life cycle of an image processing pipeline. \ No newline at end of file