csv-import
csv-import copied to clipboard
allow skipping upload if file is provided
This PR adds a new file
argument to the main component. If passed in, it will skip the upload screen and immediately process the passed in file.
This will allow devs to implement their own file selection process, potentially allowing for multiple files and schemas uploaded at once, in sequence