File details: navigation_node.csv

Edit on GitHub

This document describes the navigation_node.csv file to configure Navigation Node information in your Spryker Demo Shop.

Import file dependencies

Import file parameters

PARAMETER REQUIRED TYPE REQUIREMENTS OR COMMENTS DESCRIPTION
navigation_key String Navigation entity key identifier.
node_key ✓ (unique) String Must be unique. Identifies a node.
parent_node_key String Identifies the parent node. Defines the hierarchy of the nodes.
node_type String Possible values are: category, link, cms_page, external_url, label, ….) Type of node.
title.{ANY_LOCALE_NAME}*
Example value: title.en_US
String Tittle of the node (US locale for our example).
url.{ANY_LOCALE_NAME}*
Example value: url.en_US
String URL of the node (US locale for our example).
css_class.{ANY_LOCALE_NAME}*
Example value: css_class.en_US
String Class of the node (US locale for our example).
valid_from Date Date from which the navigation node is valid.
valid_to Date Date to which the navigation node is valid.

*ANY_LOCALE_NAME: Locale date is dynamic in data importers. It means that ANY_LOCALE_NAME postfix can be changed or removed, and any number of columns with different locales can be added to the CSV files.

Import template file and content example

FILE DESCRIPTION
navigation_node.csv template Exemplary import file with headers only.
navigation_node.csv Exemplary import file with Demo Shop data.

Import file command

data:import:navigation-node