Hi, this is a code snippet from a JS program I am working on for Knack. Customers upload a single csv or xls to us and stores it in a knack table. The file is then parsed, and the output used. I looked everywhere for info on this and found nothing, so I’m questioning if it can be done. I’m not looking for JS help, I just want to know if there is a way to determine if there is an address I can type in to access the data directly? Thanks.
async function runAnalysisAndSave() {
// Replace this with the path to your CSV file
const csvFilePath = ‘./lbook_data.csv’; // Ensure this file exists in the same directory