Hi. My matrix has a CSV data source.
I want to somehow retrieve the original csv file that was uploaded for this data source, because it's been lost from our file system.
How do I do this?
Hi. My matrix has a CSV data source.
I want to somehow retrieve the original csv file that was uploaded for this data source, because it's been lost from our file system.
How do I do this?
Unfortunately you cannot do that. The file is stored temporarily only by CSV data source when uploading.
However you could setup an asset listing page to print all the data source records in the data source in a raw CSV format. Then you could save the output as a CSV file.