Here's what my terminal is writing me back.
CSV file successfully processed
Inserted company data: {"id":"58242d98-8107-4e01-b993-182d4dfad2eb","created_at":"2023-05-25T18:11:59.618868+00:00","updated_at":"2023-05-25T18:11:59.618868+00:00","deleted_at":null,"first_name":"christoph","last_name":"N/A","job_title":"N/A","reworked_job_title":"N/A","business_email":"N/A","personal_email":"N/A","phone":"N/A","social_url":"N/A","description":"N/A","keywords":"N/A","connections_count":null,"country":"N/A","city":"N/A","linkedin_id":"N/A","skills":"N/A","past_company":"N/A","rewards":"N/A","company_name":"N/A","company_domain":"N/A","company_industry":"N/A","company_address":"N/A","company_country":"N/A","company_city":"N/A","company_founded":null,"company_size":"N/A","company_linkedin_url":"N/A","company_phone":"N/A","company_type":"N/A","company_id":"N/A","email_format":"N/A","revenues":null,"funding":null,"company_description":"N/A","company_secondary_industry":"N/A","tags":"N/A"}
as you can see the first name is included and creates the row, but the object send is not taking other values of the same rows.
How could I make it sure that the object being sent is full ? (remember it's from a csv)