Bulk import or a module that can do... [SOLVED]

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
JM6891
Forum Members
Forum Members
Posts: 150
Joined: Thu Mar 18, 2010 2:35 pm

Bulk import or a module that can do... [SOLVED]

Post by JM6891 »

Hi there,

I have a site where a section of it contains various projects my client would like to display. The projects have the same fields required on each one which admin can enter as text:

Project Name:
Overview:
Completed:

etc...

In the past I have achieve this kind of thing with Advanced Content. However, my client has 100+ of these projects. Is there any way to import this content in bulk, say from a csv file? Or, can anyone recommend a module which will allow the same kind of format and import in bulk.

It must be noted that if a project does not contain a certain field, then the field must not display at all on the front end of the site.

Any help much appreciated.
Last edited by JM6891 on Thu Apr 03, 2014 9:14 am, edited 1 time in total.
chandra

Re: Bulk import or a module that can do...

Post by chandra »

The question is what you want to do with the values inside csv.

If you only want a simple output it's possible to do with Smarty 3 and without any additional module. Maybe you only need a simple (and fast) plugin.

Please tell me more about the csv file (fields, values, output format).
JM6891
Forum Members
Forum Members
Posts: 150
Joined: Thu Mar 18, 2010 2:35 pm

Re: Bulk import or a module that can do...

Post by JM6891 »

Hi thank you for your reply.

Each project (or row in the CSV file) will need to display as its own page. We would also need to be able to display some kind of menu for each of the projects so that they can be accessed via a landing page.

The CSV file will contain the following columns:

Project Name
Overview
Completion Date

Then as an example, a row would be something like:

Project Name: Building Project
Overview: Short description of project
Completion date: Jan 2014

There's nothing special about the data as such, it's all just text entry and to be displayed as text on the pages too.

Many thanks again for your response.
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: Bulk import or a module that can do...

Post by velden »

Do I hear 'list' of projects?

ListitExtended

A must have/must know!
chandra

Re: Bulk import or a module that can do...

Post by chandra »

It seems really simple.

You talk about a single page for every project.

In cause of the simple data structure I think pagination done by Javascript would be a good idea.

@Velden : Does LI have a csv import? (Never heard about). If not a manually input is needed :-( ...
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: Bulk import or a module that can do...

Post by velden »

chandra wrote:@Velden : Does LI have a csv import? (Never heard about). If not a manually input is needed :-( ...
It has CSV export and import option. Never used it myself but it's in there.

I think it's the right module for you purpose. Note that you must modify template; check if specific field has value then show the value else don't show it.
JM6891
Forum Members
Forum Members
Posts: 150
Joined: Thu Mar 18, 2010 2:35 pm

Re: Bulk import or a module that can do...

Post by JM6891 »

Thank you for your replies. I will take a look at Listit2 and see if it will achieve what I need it to.
JM6891
Forum Members
Forum Members
Posts: 150
Joined: Thu Mar 18, 2010 2:35 pm

Re: Bulk import or a module that can do...

Post by JM6891 »

Thank you all once again for your responses. I can confirm that the Listit2 module did achieve what I needed it to.

Thanks again!
Post Reply

Return to “Modules/Add-Ons”