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
Ranjith MerguRanjith Mergu 

How to download the records as .csv file based on the recordtypes using the Lightning component

For Example I have Application Object for that i created 3 record types, based on the record type i displaying the total  no. of records. Here when i click on the record type name those records download as .csv file.
This scenario how can i achieve using the Aura components.

Thanks In Adavance,
Ranjith.
NagendraNagendra (Salesforce Developers) 
Hi Ranjith,

May I suggest you please check with below blog post which will point you to the right direction in achieving the above requirement. Hope this helps.

Please mark this as solved if it's resolved so that it gets removed from the unanswered queue which results in helping others who are encountering a similar issue.

Thanks,
Nagendra
Ranjith MerguRanjith Mergu
Hi Nagendra, 
Thanx for you reply 
but 
http://www.vinaychaturvedi.com/blog/select-and-export-records-in-lightning-component/ in this post where is he getting the records from the Server-side controller

Thanx,
Ranjith