Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Posting CSV data to a Kentico Website View modes: 
User avatar
Member
Member
jason.green-sandyspringsga - 10/8/2010 11:48:35 AM
   
Posting CSV data to a Kentico Website
I have data in a CSV file which I need to be displayed on our website.

The CSV file has four fields: ArticleName, ArticleURL, Date, NewsOutlet.

I’d like to display each the data from each record on our site, for example:

ArticleName3
ArticleURL3
Date3
NewsOutlet3

ArticleName2
ArticleURL2
Date2
NewsOutlet2

ArticleName1
ArticleURL1
Date1
NewsOutlet1

I’d also like to add a number records to the CSV file every couple of weeks, or take the data from a new CSV file and use it to update our website.

What would be the best way to go about doing this in Kentico?

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 10/12/2010 5:17:45 AM
   
RE:Posting CSV data to a Kentico Website
Hello,


you can create a custom web part where you could read the data and display them by a repeater. You can use the standard ASP.NET controls.

Optionally, you can create a custom data source web part and then use it with Basic repeater.


Best regards,
Helena Grulichova