Download the demo spreadsheets to use with the pre-installed configurations from here.

General Usage

To get started, you'll need a spreadsheet file (i.e. xlsx, xls, csv, ods, slk, gnumeric) containing the data for your new Joomla items. Each row of data will be transformed into an article, Phoca Cart product, K2 item, web link, contact, or Admintools redirect within Joomla.

You can create different configurations, which essentially serve as templates for your items. When you upload your data, each row in your spreadsheet is automatically transformed into an individual item on your website, based on the selected configuration template. For instance, you can specify that article titles should be derived from the content in column A of your spreadsheet. Furthermore, for text fields or editors, it is possible to combine static text with dynamic data obtained from your spreadsheet. In such cases, you must enclose the column reference within curly brackets. For example:

Model: {E}
Price: {F} {G}

In this case the "Model" name would be pulled from column E, the price and currency from column F and G. The result could look like this:

Model: Testarossa
Price: 249,995 USD

You can set almost any item property that you can set in the native systems. Each option is explained in more detail down below.

Download/Upload Configuration

You have the option to download current configurations for backup purposes, which is strongly recommended, and for transferring them to other websites. On the right-hand sidebar, there is a feature that allows you to upload a configuration directly from your local files. When you open a support ticket in our system, it is greatly appreciated if you can include the configuration as an attachment. This enables us to access all the necessary information promptly and provide you with assistance as efficiently as possible.

Joomla Core Articles

The Content Uploader is shipped with the pre-installed "Sailing Yachts" configuration. This relates to the "Yachts Demo" spreadsheet, available for download in our dedicated Download Section. We recommend uploading this file to a test site and then comparing the newly generated articles with the contents of the spreadsheet. This process will help you gain a clear understanding of how each setting corresponds to specific elements and how to create your own configuration.

Configuration Parameters

  1. Update Articles: Enter a column from which the article IDs should be extracted. Use this feature if you wish to update articles instead of creating them. If you plan to combine updating and creating articles in one upload then simply leave the value in the article ID column blank for the new articles. If your goal is to create only new articles, then simply leave this field empty.
  2. First Data Row: This is the row in the spreadsheet where your data begins. For example, if you have headers in the first row then this value should be 2
  3. Published: You can set all articles to published or unpublished. If you enter a column reference letter then your spreadsheet should contain the following values in this column:
    • 0 or an empty cell => unpublished
    • 1 => published
    • 2 => archived
  4. Featured: You can set all articles to featured. If you enter a column reference letter then your spreadsheet should contain the following values in this column:
    • 1 => featured
    • any other value or empty cell => not featured
  5. Title: Enter the column from where the article title will be retrieved. This column can not be empty or else the row will be skipped!
  6. Alias: Enter the column from where the article alias will be retrieved. We suggest to leave this empty. The Content Uploader will create a URL-safe alias based on the title. If the alias already exists a dash and the article ID will be appended to avoid a collision.
  7. Category: You can select an existing category from the dropdown list, which will apply to all new articles. This will override any setting in the fields below "Category Column" and "Parent Category Column". If you have the category name in a column of your spreadsheet, leave this setting on "- Select Category -" and set the "Category Column" below.
  8. Category Column: This column should contain the category name. If the category does not exist, it will be created.
  9. Parent Category Column: You can create nested categories by setting the Parent Category Column. This only applies when the Category does not exist already and is created during the upload.
  10. Add parent of the parent category: You can create an infinite number of parent categories. Press this button as many times as required and enter the columns, which contain the next parent category's name.
  11. Publish New Categories: This setting applies to new categories, which will be created during the upload.
  12. Remove HTML: When this is activated, the Content Uploader will remove all HTML and PHP tags from spreadsheet data by applying the PHP strip_tags function.
  13. Tags: You can set one or more columns to retrieve article tags from. Enter the column letter (without curly brackets) and confirm with Enter. Each column can contain more than one tag separated by a pipe character: |
  14. Article Content: You can enter any combination of text and column references here. Column letters have to be wrapped by curly brackets like so: {E}
    • You can use column references inside HTML code. Switch the editor to HTML mode to see the raw code. For example an image path could be read from column K of your spreadsheet like so:
      <img src="/{K}" />
Images
  1. Intro Image or Full Article Image: This can be a column reference or a static image path (i.e. the same for all articles). Image paths can be absolute URLs starting with http:// or https:// or else they have to refer to files inside the /images/ directory of your Joomla installation. If relative paths do not begin with /images/ this directory will be added by the Content Uploader. Valid paths would be for example:
    • sampledata/fruitshop/apple.jpg
    • /images/sampledata/fruitshop/apple.jpg
    • https://upload.wikimedia.org/wikipedia/en/a/a9/Example.jpg
  2. Image Description (Alt Text): This value will be used as the alt property of the image. It can be static text or a column reference.
  3. Image Class: This will be added "class" attribute. Usually something like left, right, float-start or float-end, depending on your template.
  4. Caption: This value will be used as the caption text for each image. It can be static text or a column reference.
Links
  1. Link A/B/C: The URL for the Link A/B/C of the article. Can be static text or a column reference.
  2. Link A/B/C Text: The text to be used as a link. Can be static text or a column reference.
  3. URL Target Window: Choose one of the available options.

Fields

You can populate almost any custom fields. Not supported are the field types subform, media and repeatable due to their complexity. You can use other field types to achieve the same.

Please note that fields can be linked to categories. The Content Uploader is showing ALL fields on the configuration page, regardless of their category association. When uploading articles to certain categories, fields, which do not belong to this category will be ignored.

Most fields have a small input field next to them labelled Column Ref.. If you enter a value here, then the actual field value is ignored and data is pulled from the spreadsheet column. In other cases, for example text, text-area or editor, you can enter both, static text and column references in curly brackets like so:

Model: {E}
Price: {F} {G}

In this case the "Model" name would be pulled from column E, the price and currency from column F and G.

In case of checkboxes fields or list fields with "Multiple" setting enabled, you can define more than one value by separating them with a pipe character | in your spreadsheet cell. For example one|three|five would select options one, three and five (if they are valid options for this field).

Publishing

  1. Author: Select the author of the articles. If left empty, the currently logged in admin will be the author.
  2. Author's Alias: Override the author's name. It can be static text or a column reference.
  3. Access: Select one of the available options. (Access Column will override this setting)
  4. Access Column: Enter a column, which contains the access level. This can be numerical values of the access level ID or the name of the level (see "Users" - "Access Levels" page). If it does not contain a valid value the Access dropdown value will be used.
  5. Created Date: Enter a Column Ref. value or set a static date. If left empty the current date/time will be used.
  6. Start Publishing: Enter a Column Ref. value or set a static date. If left empty the current date/time will be used.
  7. Finish Publishing: Enter a Column Ref. value or set a static date. If left empty no date will be set.

Metadata

  1. Meta Description or Keywords: Enter a static text or column references in curly brackets notation, for example {A}, {B}, {C}
  2. Robots: Select a value from the dropdown or select "Column Ref." in the dropdown AND enter a column reference in the field below.
  3. Author: Set the author meta tag. You can enter both, static text and column references in curly brackets.
  4. Content Rights: Set the content rights meta tag. You can enter both, static text and column references in curly brackets.

General Upload Settings

  1. CSV Delimiter: Set the CSV delimiter in case you are uploading CSV files. This setting depends on your Operating system's locality settings or how the file was created. Usually it's a comma.
  2. CSV Text Qualifier: Set the CSV Text qualifier in case you are uploading CSV files. This setting depends on your Operating system's locality settings or how the file was created. Usually it's a double quote.
  3. Date Time Format: If you are import date or date-time into the article content, you can define the date format here. Refer to the PHP documentation for possible values. Usually it's a combination of:

    • d Day
    • m Month
    • Y Year (4 digits) or y (2 digits)
    • H Hour
    • i Minute
    • s Seconds

    Examples

    • d/m/Y H:i:s => 12/11/1955 10:04:00
    • l jS \o\f F Y h:i A => Saturday 12th of November 1955 10:04 PM
  4. Decimals: Format columns containing numbers to have this amount of decimal digits.
  5. Decimal Separator: Decimal separator to be used for number formatting.
  6. Thousands Separator: Thousands separator to be used for number formatting.
  7. Columns containing decimals: Enter column letters separated by comma to which number formatting should be applied.