Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
So you mean that the CSV would have say 10 rows and you want 10 records created in the main table.
If that is the case, why not just import the CSV directly to the main table.
If that is the case, why not just import the CSV directly to the main table.
- CameronHughes8 years agoQrew TraineeYeah that's what I want. Basically the users of this app will have to import 3 or 4 files to 3 or 4 different tables and i'm concerned that if they do it out of order incorrect emails will get generated.
- QuickBaseCoachD8 years agoQrew CaptainThe only native solution I can think of is to set up a Connected CSV Sync table and upload the CSV files to one of the three cloud sources or an internal SFTP path. Then they will upload each hour. But then the downside is that the Quick Base table keeps growing.
- CameronHughes8 years agoQrew Traineeokay thats what i thought too. Thanks so much.