Hi,
Quick Question: I need to build functionality similar to this utility. Where user will first upload a csv, then we will give user option to modify the csv, finally a button to push the data to db.
What I can not do is : how to update cell value, I am showing user file.parsedValues in a table and giving him option to edit. Now how do I update the table's data on the fly like this: Import CSV to PostgreSQL
Given that you're using a Table component, you'd likely be passing in the Table's changesetArray property, which returns an array of row objects of the edited rows!
for final I shifted to legacy table that only have changeSet object. I am generating sql in text and executing them . Here's updated app: CSV_to_PSQL.json (39.5 KB)