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
prashant yadav 112prashant yadav 112 

metadata api in salesforce

hi everyone..,
i have to create dataloader replica in lightning..kindly tell me how should i start first..
AbhinavAbhinav (Salesforce Developers) 
Hi Prashant,

Please go through below blog which has implementation similar to your use case

https://medium.com/@nando2904/custom-csv-dataloader-lightning-component-part-1-csv-input-aef6225d9d10

If it helps mark it as best answer.

Thanks!
prashant yadav 112prashant yadav 112
only part 1 available there..

 
Suraj Tripathi 47Suraj Tripathi 47
Hi prashant,

here are some steps:
step1:CSVObject (APEX Class for the CSVObject)
step2:CSVHeader (APEX Class for the headers on our CSV file)
step3:CSVCreator.cls (APEX Class to instantiate the CSVObject with the CSV file coming from the Component)
step4:CSVDataLoader.cmp (The Lightning Component)
step5:CSVDataLoaderController.js (The JS Controller)
step6:CSVDataLoaderHelper.js (The JS Helper)

If you find your Solution then mark this as the best answer.
  
Thank you!

Regards,
Suraj Tripathi