Efixman
10 hours agoQrew Trainee
CSV Import - Check Records
I am looking for help in importing a CSV file to a Company table that will check if the Company Name if it exists (text only as complete match) before importing.
This pipeline imports company data from a CSV file into a Quickbase table. It checks if a company already exists before creating a new record to prevent duplicates.
It fetches the CSV file (all+1300 rows) - This is test file and only has 3 rows
I receive the following error
Validation error: Incorrect template "{{c.company}}". ValueError: invalid literal for int() with base 10: 'company'
Attched are the pipeline steps
Thank you,
Eric