So all the output values come out as text , including numbers. Is there a way to specify data types in the output (percent, number, currency, decimal)?
How do we modify the code when we have the comma in a header label. I've bought the header map dynamically and for suppose lets say we have AnnualRevenue__c as label (Annual, Revenue). But it is a single Name right... I'm getting two separate columns namely Annual and Revenue. How do I fix this.?
Great stuff, Nikhil! As we are creating a link ( using string as blob), is there any limitations to use it for large data sets ( for example 10 columns, and more than 1000 rows) ? Thanks.
So all the output values come out as text , including numbers. Is there a way to specify data types in the output (percent, number, currency, decimal)?
How do we modify the code when we have the comma in a header label. I've bought the header map dynamically and for suppose lets say we have AnnualRevenue__c as label (Annual, Revenue). But it is a single Name right... I'm getting two separate columns namely Annual and Revenue. How do I fix this.?
At 21:54 you said that if it's not object then pass as it is. But the expression is reverse.
good video... showing how output will come with example for each line helps a lot
Great stuff, Nikhil! As we are creating a link ( using string as blob), is there any limitations to use it for large data sets ( for example 10 columns, and more than 1000 rows) ? Thanks.
1000 rows is still okay. It will take some time to generate but it will work.
Thanks Nikhil for video , I have followed the video and it is working fine. can you please make similar video to generate PDF file too?
Nice video, I guess a similar method can be used to generate word file as well?Are you planning to share this code on GitHub?
i will share soon.
Great video! thanks a lot, I've copied all exactly, but I can't download the CVS file
Share your GitHub code I will have a look.
Please Sir Do one video for import data CSV file and show data on LWC components