The following is what I am trying to achieve.
Process. Creating and Uploading data from CSV
User creates a CSV
The first field will be the PK. Assume that the ID Field is Unique.
Table Fields in Data in example;
ID,Test Data
Process Within InDe
Import data.
From a button,
Import data to a new SQL table on a server from a selectable location on a PC
Rename the table to the name expected by the InDe IDE
Set ID as PK
Issues
The ID field may not be unique but this is a user issue.
127,000 records to be uploaded each time.
Each upload will delete the existing table and recreate a new one - see import above.
The records can be changed after upload.