SlideShare a Scribd company logo
1 of 4
Loading Data fromText Files
Occassionallyyoumightface asituationwhere datacannotbe loadedusingDataLoader.Insuch
situationsyoucanloadTXT filesusingthe samplebelow.
<apex:page controller="FileReadingClassxxx">
<body>
<center>
<b><font size="15"><h1>Gift Card Master Data Load Form</h1></font></b><br/>
<font size="2">1.Downloadthe Vendorfile andformatinthe appropriate txtfile format.</font><br/>
<font size="2">2.Clickon the 'Choose File'buttonfile below andselectthe file.</font><br/>
<font size="2">3.Clickon the 'Load Gift CardsData' to loaddata.</font><br/>
<p/>
<apex:form>
<apex:tabPanel >
<apex:tab>
<apex:inputfile value="{!fileBody}"/>
<apex:commandButtonvalue="LoadGiftCardsData"action="{!readContent}"/>
</apex:tab></apex:tabPanel>
</apex:form>
</center>
</body>
</apex:page>
publicwithsharingclassFileReadingClassxxx{
publicstringnameFile{get;set;}
publicBlobcontentFile{get;set;}
publicblobfileBody{ get;set;}
String[] filelines=newString[]{};
List<Gift_Cards__c> GCtoupload;
publicvoidreadContent() {
nameFile=fileBody.toString();
filelines=nameFile.split('n');
GCtoupload =newList<Gift_Cards__c>();
for(Integeri=0;i<filelines.size();i++)
{
String[] inputvalues=newString[]{};
inputvalues=filelines[i].split(',');
Gift_Cards__c GC= newGift_Cards__c();
GC.Name = inputvalues[0];
GC.Card_Amount_Text__c=inputvalues[1];
GCtoupload.add(GC);
}
try{
insertGCtoupload;
futureCreateErrorLog.createErrorRecord('LoadGiftCardData','GiftCardLoaded.');
} catch (Exceptione)
{
ApexPages.Message errormsg=new ApexPages.Message(ApexPages.severity.ERROR,'Anerror
has occured.Please checkthe file andtryagainlater.');
ApexPages.addMessage(errormsg);
}
}
}

More Related Content

Viewers also liked

Communications metrics
Communications metricsCommunications metrics
Communications metricsJohn Martin
 
Marketing Communication Campaign Evaluation
Marketing Communication Campaign EvaluationMarketing Communication Campaign Evaluation
Marketing Communication Campaign EvaluationSatyam Arora
 
Communication and Social Media Measurement - tuesday 16-4-kpis
Communication and Social Media Measurement - tuesday 16-4-kpisCommunication and Social Media Measurement - tuesday 16-4-kpis
Communication and Social Media Measurement - tuesday 16-4-kpisSeb Maje
 
Marcom planning tools & templates
Marcom planning   tools & templatesMarcom planning   tools & templates
Marcom planning tools & templatesJohn Gregory Olson
 
Marketing communications manager kpi
Marketing communications manager kpiMarketing communications manager kpi
Marketing communications manager kpiienripofa
 
Marketing communications measurement
Marketing communications measurementMarketing communications measurement
Marketing communications measurementDIMAR project
 
Measurement Tools for Communications and Marketing Success
Measurement Tools for Communications and Marketing SuccessMeasurement Tools for Communications and Marketing Success
Measurement Tools for Communications and Marketing SuccessSaurage Marketing Research
 
KPIs and Metrics of Online and Digital Marketing
KPIs  and Metrics of Online and Digital MarketingKPIs  and Metrics of Online and Digital Marketing
KPIs and Metrics of Online and Digital MarketingRajendra Singh
 
Marketing Communications Planning Guide
Marketing Communications Planning GuideMarketing Communications Planning Guide
Marketing Communications Planning GuideDemand Metric
 
IMC 610 Integrated Marketing Communication Plan for Kmart
IMC 610 Integrated Marketing Communication Plan for KmartIMC 610 Integrated Marketing Communication Plan for Kmart
IMC 610 Integrated Marketing Communication Plan for KmartStephanie Marchant
 
Creating a marketing communications plan
Creating a marketing communications planCreating a marketing communications plan
Creating a marketing communications planDeborah Spector
 
Storytelling for Presentations
Storytelling for PresentationsStorytelling for Presentations
Storytelling for PresentationsAlex Rister
 
3 Storytelling Tips - From Acclaimed Writer Burt Helm
3 Storytelling Tips - From Acclaimed Writer Burt Helm3 Storytelling Tips - From Acclaimed Writer Burt Helm
3 Storytelling Tips - From Acclaimed Writer Burt HelmEthos3
 
The Storyteller's Secret: 3 Keys to Mastering Storytelling to Win Hearts and ...
The Storyteller's Secret: 3 Keys to Mastering Storytelling to Win Hearts and ...The Storyteller's Secret: 3 Keys to Mastering Storytelling to Win Hearts and ...
The Storyteller's Secret: 3 Keys to Mastering Storytelling to Win Hearts and ...Carmine Gallo
 
Pixar's 22 Rules to Phenomenal Storytelling
Pixar's 22 Rules to Phenomenal StorytellingPixar's 22 Rules to Phenomenal Storytelling
Pixar's 22 Rules to Phenomenal StorytellingGavin McMahon
 

Viewers also liked (19)

Communications metrics
Communications metricsCommunications metrics
Communications metrics
 
Marketing Communication Campaign Evaluation
Marketing Communication Campaign EvaluationMarketing Communication Campaign Evaluation
Marketing Communication Campaign Evaluation
 
Communication and Social Media Measurement - tuesday 16-4-kpis
Communication and Social Media Measurement - tuesday 16-4-kpisCommunication and Social Media Measurement - tuesday 16-4-kpis
Communication and Social Media Measurement - tuesday 16-4-kpis
 
Marcom planning tools & templates
Marcom planning   tools & templatesMarcom planning   tools & templates
Marcom planning tools & templates
 
Marketing communications manager kpi
Marketing communications manager kpiMarketing communications manager kpi
Marketing communications manager kpi
 
Marketing communications measurement
Marketing communications measurementMarketing communications measurement
Marketing communications measurement
 
Measurement Tools for Communications and Marketing Success
Measurement Tools for Communications and Marketing SuccessMeasurement Tools for Communications and Marketing Success
Measurement Tools for Communications and Marketing Success
 
KPIs and Metrics of Online and Digital Marketing
KPIs  and Metrics of Online and Digital MarketingKPIs  and Metrics of Online and Digital Marketing
KPIs and Metrics of Online and Digital Marketing
 
Brand Storytelling
Brand Storytelling Brand Storytelling
Brand Storytelling
 
Marketing Communications Planning Guide
Marketing Communications Planning GuideMarketing Communications Planning Guide
Marketing Communications Planning Guide
 
KPI Course slides
KPI Course slidesKPI Course slides
KPI Course slides
 
IMC 610 Integrated Marketing Communication Plan for Kmart
IMC 610 Integrated Marketing Communication Plan for KmartIMC 610 Integrated Marketing Communication Plan for Kmart
IMC 610 Integrated Marketing Communication Plan for Kmart
 
The Art of Storytelling
The Art of StorytellingThe Art of Storytelling
The Art of Storytelling
 
Creating a marketing communications plan
Creating a marketing communications planCreating a marketing communications plan
Creating a marketing communications plan
 
Storytelling for Presentations
Storytelling for PresentationsStorytelling for Presentations
Storytelling for Presentations
 
3 Storytelling Tips - From Acclaimed Writer Burt Helm
3 Storytelling Tips - From Acclaimed Writer Burt Helm3 Storytelling Tips - From Acclaimed Writer Burt Helm
3 Storytelling Tips - From Acclaimed Writer Burt Helm
 
The Storyteller's Secret: 3 Keys to Mastering Storytelling to Win Hearts and ...
The Storyteller's Secret: 3 Keys to Mastering Storytelling to Win Hearts and ...The Storyteller's Secret: 3 Keys to Mastering Storytelling to Win Hearts and ...
The Storyteller's Secret: 3 Keys to Mastering Storytelling to Win Hearts and ...
 
Storytelling in 2014
Storytelling in 2014Storytelling in 2014
Storytelling in 2014
 
Pixar's 22 Rules to Phenomenal Storytelling
Pixar's 22 Rules to Phenomenal StorytellingPixar's 22 Rules to Phenomenal Storytelling
Pixar's 22 Rules to Phenomenal Storytelling
 

Similar to Loading Data from Text Files

Html server control - ASP. NET with c#
Html server control - ASP. NET with c#Html server control - ASP. NET with c#
Html server control - ASP. NET with c#priya Nithya
 
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!Coulawrence
 
HTML SERVER CONTROL - ASP.NET WITH C#
HTML SERVER CONTROL  - ASP.NET WITH C#HTML SERVER CONTROL  - ASP.NET WITH C#
HTML SERVER CONTROL - ASP.NET WITH C#priya Nithya
 
Less06 2 e_testermodule_5
Less06 2 e_testermodule_5Less06 2 e_testermodule_5
Less06 2 e_testermodule_5Suresh Mishra
 
mule salesforce
mule salesforcemule salesforce
mule salesforceF K
 
Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)Jim Osowski
 
Mule using Salesforce
Mule using SalesforceMule using Salesforce
Mule using SalesforceKhasim Cise
 
Please help with creating a javascript file to produce the outcome bel.pdf
Please help with creating a javascript file to produce the outcome bel.pdfPlease help with creating a javascript file to produce the outcome bel.pdf
Please help with creating a javascript file to produce the outcome bel.pdfinfo750646
 
Please help with creating a javascript file to produce the outcome bel (1).pdf
Please help with creating a javascript file to produce the outcome bel (1).pdfPlease help with creating a javascript file to produce the outcome bel (1).pdf
Please help with creating a javascript file to produce the outcome bel (1).pdfpankajsingh316693
 
javaScriptForms.pptx
javaScriptForms.pptxjavaScriptForms.pptx
javaScriptForms.pptxMattMarino13
 
PracticeDataSetCh4.savPracticeOutput.2.spvoutputViewer00.docx
PracticeDataSetCh4.savPracticeOutput.2.spvoutputViewer00.docxPracticeDataSetCh4.savPracticeOutput.2.spvoutputViewer00.docx
PracticeDataSetCh4.savPracticeOutput.2.spvoutputViewer00.docxChantellPantoja184
 
HTML FOR BEGINNERS AND FOR PRACTICE .pdf
HTML FOR BEGINNERS AND FOR PRACTICE .pdfHTML FOR BEGINNERS AND FOR PRACTICE .pdf
HTML FOR BEGINNERS AND FOR PRACTICE .pdfArun Karthik
 
Asp.docx(.net --3 year) programming
Asp.docx(.net --3 year) programmingAsp.docx(.net --3 year) programming
Asp.docx(.net --3 year) programmingAnkit Gupta
 

Similar to Loading Data from Text Files (20)

Html server control - ASP. NET with c#
Html server control - ASP. NET with c#Html server control - ASP. NET with c#
Html server control - ASP. NET with c#
 
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
 
Beyond the page
Beyond the pageBeyond the page
Beyond the page
 
Database connectivity in PHP
Database connectivity in PHPDatabase connectivity in PHP
Database connectivity in PHP
 
HTML SERVER CONTROL - ASP.NET WITH C#
HTML SERVER CONTROL  - ASP.NET WITH C#HTML SERVER CONTROL  - ASP.NET WITH C#
HTML SERVER CONTROL - ASP.NET WITH C#
 
Less06 2 e_testermodule_5
Less06 2 e_testermodule_5Less06 2 e_testermodule_5
Less06 2 e_testermodule_5
 
mule salesforce
mule salesforcemule salesforce
mule salesforce
 
HTML5
HTML5HTML5
HTML5
 
Intodcution to Html
Intodcution to HtmlIntodcution to Html
Intodcution to Html
 
Print this
Print thisPrint this
Print this
 
Html forms
Html formsHtml forms
Html forms
 
Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)
 
Mule using Salesforce
Mule using SalesforceMule using Salesforce
Mule using Salesforce
 
mule salesforce
mule salesforcemule salesforce
mule salesforce
 
Please help with creating a javascript file to produce the outcome bel.pdf
Please help with creating a javascript file to produce the outcome bel.pdfPlease help with creating a javascript file to produce the outcome bel.pdf
Please help with creating a javascript file to produce the outcome bel.pdf
 
Please help with creating a javascript file to produce the outcome bel (1).pdf
Please help with creating a javascript file to produce the outcome bel (1).pdfPlease help with creating a javascript file to produce the outcome bel (1).pdf
Please help with creating a javascript file to produce the outcome bel (1).pdf
 
javaScriptForms.pptx
javaScriptForms.pptxjavaScriptForms.pptx
javaScriptForms.pptx
 
PracticeDataSetCh4.savPracticeOutput.2.spvoutputViewer00.docx
PracticeDataSetCh4.savPracticeOutput.2.spvoutputViewer00.docxPracticeDataSetCh4.savPracticeOutput.2.spvoutputViewer00.docx
PracticeDataSetCh4.savPracticeOutput.2.spvoutputViewer00.docx
 
HTML FOR BEGINNERS AND FOR PRACTICE .pdf
HTML FOR BEGINNERS AND FOR PRACTICE .pdfHTML FOR BEGINNERS AND FOR PRACTICE .pdf
HTML FOR BEGINNERS AND FOR PRACTICE .pdf
 
Asp.docx(.net --3 year) programming
Asp.docx(.net --3 year) programmingAsp.docx(.net --3 year) programming
Asp.docx(.net --3 year) programming
 

Loading Data from Text Files