
2 件の回答
If you don’t code, building a full VF upload page from scratch is going to be tough, since you’d need both the page and an Apex controller to parse the CSV and insert the records. For a quick win, most folks just import the file with Data Import Wizard or an external tool and skip the VF route entirely. If you ever want to automate it later without writing Apex, Skyvia (https://skyvia.com/data-integration/salesforce-csv-file-import-and-export) can also handle simple CSV-to-Salesforce loads into custom objects with field mapping built in.