CSV parsing to sObjects
Suppose there is a requirement to create records from a CSV file without using Data Loader. How it can be achieved ? An apex utility class is used that can read the CSV files row by row and create the required object records. How this approach is prior to Data Loader ? Using apex utility… Continue reading CSV parsing to sObjects