Hello,
I'm currently using a CSV/TXT file to pull name and company data for Lower Thirds, at the same time the same data also sets file name in the recorder.
What I'm hoping to do is take that same name and company data and use it to write a manifest of the names that have been recorded.
- I've tried using the log node but the data is a bit messy, as I don't need all the starts and stops logged.
- Text exporter works as a one off but will not collect multiple lines.
- I've tried to collect the lines in a text block then out to a text exporter but that doesn't seem to do anything.
Any direction would be much appreciated.
Thanks
As a follow-up, I did find this forum post from 2022 that might fit my needs. If anyone knows a non-script method to write multi-line text to a file, I'd gladly accept the idea.
https://my.aximmetry.com/post/2155-write-multiline-text-to-file
Thanks