Start an Export

Ready, set, go!

The Start an Export page allows you to define and manage the settings for exporting your Quable PIM content.

2880

The page is divided into four sections::

  • Profile - Use with or without an export profile
  • Export File Format - The format of the export file
  • File Destination - Location of the exported file
  • Mapping - Instructions to define your Quable PIM content to export

When you've completed the sections, click the Start the Export button to start the export.

👍

Quable's powerful export functionality allows you to start exports from:

  • the Export Profiles page (via More actions), and
  • from the Start an export page (with or without an export profile)

There are two main scenarios for exporting content from Quable PIM:

No ProfileWith Profile
Typically used for one-time exports.For recurring exports.

These scenarios are described in detail in the following sections.

No Profile

To start an export without an export profile, select Start an Export from the Data Flow sidebar menu and complete the following sections:

Export Identity

This section allows you to define the export and its settings.

2294

Enter the following information:

InformationDescriptionMandatory
Select a profileSelect No profile.Yes
Object TypeThe type of content the profile will export.

Possible values:
  • Assets
  • Channel - when selected, a mandatory option to specify the channel appears.
  • Classification - when selected, a mandatory option to specify the channel appears.
  • Document - when selected, a mandatory option to specify the type of document appears.
  • Links - when selected, a mandatory option to specify the type of document appears.
  • List of values
  • Variants
Yes
Languages The data language to export.

Note: Only content for the attributes in the designated language(s) will be exported, however attributes that can't be translated are taken into consideration (e.g., numbers).

Example
Your designated language is French and your export data includes content in both French and another language. Only the French data is exported, as well as any attributes that can't be translated (e.g., a price attribute with an number value).
Yes
Export with inherited columnsDefines the action to take for data defined with a language inheritance. When language inheritances are defined, incomplete content in the exported language is automatically replaced by the corresponding content in the data language.

Possible values:
  • Disabled - data is exported without inherited content.
  • Activated - data is exported with inherited content (if any).
Yes
Save as profileExport settings are not saved by default.

Click the slide button to save the settings as a profile.

When enabled, an entry area for the profile's name appears.
No

Export File Format

🚧

Important Note

  • Files can only be exported one at a time.
  • Large files (100+ columns) may impact performance during the export.

This section is used to specify the format and parameters (if any) of your export file. Two options are available:

  • XLSX
2296


Maximum number of lines: 200,000

To export .xlsx files, standard settings are used. You don't need to specify any parameters.

  • CSV (default)
2292


Maximum number of lines: 200,000

To export .csv files, you have two options for parameters:

  • Standard - Standard settings are used. You don't need to specify any parameters.
  • Custom - You must specify the following parameters (you can click the Fill with default values link to automatically select the default settings):

    ParameterDescriptionPossible values
    Attributes separatorThe character used to separate attributes in the export file.Comma,
    Semicolon (default),
    Tab
    Date time separator The character used to separate date and time values in the export file.

    Example
    2021-0621 12:00:00
    Space (default)
    EnclosureThe character used to to indicate the beginning and end of a data value.Double quote (default),
    Single quote
    Date formatThe format used for dates in the export file. yyyy/mm/dd,
    dd/mm/yyyy (default)
    Time format The format used for times in the export file. hh:mm.ss (default)
    Multi value separatorThe character used to separate mulitiple values within an enclosure. Pipe (default)
    Number formatThe format used for numbers in the export file.00.00 (default),
    00,00
    Data for select attributesFor each attribute of type "Select", add a column for the labels and/or descriptions of these attributes.Descriptions,
    Labels

📘

A new feature is available for CSV exports!

In the custom CSV exports, you find a new option "Data for list attributes" that allows you to add to the export file: one to two columns per selected language, for each "List" attribute of the selected object type, displaying labels and/or descriptions.

❗️

Orphaned documents and export - Some documents may be missing

There is a case where a document might not be exported. If a document is orphaned (not classified in the PIM) and it is manually assigned to a classification of a channel, it will not be included in the export. A document that is not classified in the PIM is considered a bad practice, so simply classify it to recover it.

File Destination

This section allows you to specify the destination of your export file.

2300

You can click on the slide button to select between the following two options:

  • Local
The file is exported to the computer you are using.
  • Remote
The file is exported to a remote server.

2298



Enter the following information:

InformationDescriptionMandatory
ProtocolThe protocol to use for the export.

Possible values:
  • http://
  • https://
  • ftp://
  • sftp://
Yes
Directory path + filenameThe full directory address and the name of the export file.Yes
Connection loginCredentials for connecting to the destination of the export file.Yes
PasswordPassword to connect to the destination of the export file.Yes

Filters

🚧

Available only for document objects, once a document type is selected.

This section is used to specify filters for the data to be exported. Two options are available:

  • No filters (default) : All data of the selected object type are exported without any filtering
  • Advanced filters

❗️

This feature is experimental and is only recommended for advanced users with JSON skills.
Quable does not provide support for its use at this time.

In the field accepting Json, enter your filters.

  • Filters can be for attributes, completeness, tags and workflows.
  • The JSON syntax is checked, but the filters are not checked for veracity.
  • Filters work in combination to create an AND statement.
  • Conditional OR statements are not supported.
  • If a mapping is used, the keys of your filter must match the names of the mapped attributes.
[
	{
		"column": "document_code",
		"operator": "!=",
		"value": "DOCUMENT_1234"
	},
	{
		"column": "attribute_set_code",
		"operator": "==",
		"value": null
	},
	{
		"column": "completeness_website (en_GB)",
		"operator": ">",
		"value": "0.80"
	}
]

You can find information on filter operators [here] (doc:filter-operator-reference).

Joins

This option allows you to create a file resulting from the concatenation of several files that can be exported by your PIM. Also, by using this option, you will export all the information from the previously selected Document type, as well as all the information from the files of its related objects (Assets, Variants and the child Document types).
To do this, set the switch to ON :

  • A box opens showing the types of links available for each type of object (Documents, Assets, Variants) that you can attach.
    -- Select up to 3 types of objects to attach and start your export.
    --- Once the generation and download is finished, you will find all the columns of the selected objects as well as the columns of the links between these objects.

N.B.: To avoid columns with the same name in the case of linked documents, the columns of the attached files are prefixed by "{linkTypeCode}_".

📘

Example :

Let's say I export the document type "Product" which has only one document with the code "red-skirt", linked by the link type "Photo" to 2 media "pictJR1.jpg" and "pictJR2.jpg" and having 3 variants "S", "M" and "L":

  • By doing a simple export without join, I will have all the usual columns for this type of document and I will have 1 line: [skirt-red]

  • By doing a join with "Photo", I will have all the columns of this type of document + all the columns of the Assets and I will have 2 lines: [red-skirt; pictJR1.jpg] and [red-skirt; pictJR2.jpg].
    This avoids me to make 3 exports: a DOC export + an Asset export + a LinkType export 'Doc->Photo'.

  • By doing a join with "Photo" and "Variants", I will have all the columns of this type of document + all the columns of the Assets + those of the Variants and I will have 6 lines: [red-skirt; pictJR1; S. jpg] ; [red-skirt; pictJR2; S.jpg] [red-skirt; pictJR1; M.jpg] [red-skirt; pictJR2; M.jpg] [red-skirt; pictJR1; L.jpg] [red-skirt;
    pictJR2; L.jpg]

🚧

Feature limits :

  • You can only attach files of child object types to the selected document type.
  • You can select up to 3 object types to attach.
  • Multi-level joins are currently not available
  • By selecting this option, the mapping option is no longer available.
  • By selecting this option, your file will be limited to 500,000 lines.

Mapping

This section allows you to specify your Quable PIM content to export.

2550

❗️

Attention

When mapping is enabled, only the mapped columns are taken into account and exported.

Enabling the mapping option expands the section:

2544

The expanded section is divided into three columns:

  • Object Attributes - The column contains all of the available properties for the selected object type.
  • PIM Attributes - This column is used to designate the PIM attribute that corresponds to the file column. Please note that only 500 attributes are displayed in this list. You can perform a search to find an attribute from this list or another attribute that is not displayed.
  • File Columns - This column is used to identify columns in your export file.

To map your Quable PIM content to your export file, select attributes from the Object Attributes column and drag / drop them into the area below PIM Attributes -> File Columns.

1646

🚧

Object Attributes outlined in orange are mandatory. An export can't be started if they're not selected.

At this point, you can:

  • modify the titles of the attributes under File Columns so that they correspond to the desired titles of the columns of your export file.
  • change the position of the attributes into the desired order of your columns in the exported file.

With Profile

To start an export with an export profile, select Start an Export from the Data Flow sidebar menu and complete the following sections:

Export Identity

In the Select a profile dropdown list, select an export profile to use.

756

You can expand the section by clicking on the arrow on the right side of the section. The expanded section displays the details of the selected profile.

2294

After clicking the Start the Export button, the Activity Reports page is displayed indicating that an export of the selected profile's data type has been launched. You can click on File to download the export file or More Information to view how may items were exported.