Skip to main content

Posts

Showing posts with the label insert CSV Data.

Latest Post

How to Set Up Two-Factor Time-Based One-Time Password (TOTP) Authentication on iPhone Without Third-Party Apps

Unlocking an additional layer of safety to your iPhone is less difficult than you might suppose. With Two-Factor Time-Based One-Time Password (TOTP) authentication, you may bolster your device's protection and other website safety without relying on 1/3-party apps. Here's how you could set it up:

Read CSV and Insert CSV Records using visualforce page and apex class

Here is sample code to upload CSV file and insert CSV data in salesforce objects. Read CSV and insert CSV records in salesforce In this Code we are inserting data in contact object using standard template. First Column of CSV is Name, second column is LastName and third one is Title. Visualforce Page <apex:page controller="ReadandInsertController">     <apex:form >         <apex:pagemessages />         <apex:pageBlock >             <apex:actionRegion >