I have a rather unusual request..
Let's assume I want to read JavaScript file as text (whole directory in the future). I've tried using INPUT TOOL and read it as CSV with 0 as a delimiter, it still outputs the file in multiple rows but I can use SUMMARIZE with CONCATENATE.
But how do I do it for multiple files? The above is concatenating all files together.
Or is there a better way to read any file that I want and treat it as one big blob of text?