Hey guys,
I have created this native data loader LWC component right inside Salesforce. No need to download any app/software.
If you need the source code for it please comment on this video, and I’ll provide it to you.
The steps to build this LWC App:
1. Accept .csv file from the user as input
2. Clean the data in .csv file to get ride of any unexpected characters like /r or spaces and send the cleaned file as input to Apex
3. Parse the file using Apex, and return the result back to Salesforce.
#coding #salesforce #salesforceproject #salesforcedeveloper