function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MIDHUN G REDDYMIDHUN G REDDY 

Saving a csv file data in to multiple objects

Hi,
i have a csv file contains 10 rows, i need to store
first 6 rows in one object
next 2 rows in another object
next 2 rows in another object

Please explain with code and Example..


Thanks
Midhun
phiberoptikphiberoptik
Wrong forum again...

Sounds like you need SQL and a tool like DBAmp or Jitterbit to script and load, but it will take you 10x the time to do anything with code or scripting than to just manually create the 10 records.