csv_export_documentation:csv_2_format

csv_export_documentation:csv_2_format

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
csv_export_documentation:csv_2_format [2023/03/28 15:55]
rihad
csv_export_documentation:csv_2_format [2023/04/03 17:15] (current)
tobi
Line 18: Line 18:
  
 === Demo CSV ==== === Demo CSV ====
-  * You can find an example for a rightly formatted CSV-file ​[[https://export.demo.findologic.com/​findologic.csv|here]].+  * [[https://github.com/findologic/​libflexport/​blob/​develop/​resources/​baseline_examples/​example.csv|Without variants]]. 
 +  * [[https://​github.com/​findologic/​libflexport/​blob/​develop/​resources/​baseline_examples/​example-variants.csv|With variants]].
  
 ---- ----
Line 148: Line 149:
 ---- ----
  
-**cat_url** (Category paths for navigation)+**attrib_cat_url** (Category paths for navigation)
  
  
-In order to use Findologic Navigation with Direct Integration,​ the parameter ''​attrib_cat_url''​ has to be added with the category path to the "​attributes"​ column. If a product is shown in several categories, all paths have to be exported.  +In order to use Findologic Navigation with Direct Integration,​ the parameter ''​attrib_cat_url''​ has to be added with the category path. If a product is shown in several categories, all paths have to be exported.  
-<​note>​You have to export both main-''​cat_url'​s''​ and sub-''​cat_url'​s''​ for the main- and sub-categories,​ that an article is assigned to.</​note>​+<​note>​You have to export both main-''​attrib_cat_url'​s''​ and sub-''​attrib_cat_url'​s''​ for the main- and sub-categories,​ that an article is assigned to.</​note>​
 For example for a product, which is assigned to the following categories ... For example for a product, which is assigned to the following categories ...
  
Line 160: Line 161:
         * http://​www.example.com/​jacken&​maentel         * http://​www.example.com/​jacken&​maentel
         * http://​www.example.com/​de/​geschenke/​champagner         * http://​www.example.com/​de/​geschenke/​champagner
- 
-... these ''​cat_url'​s''​ should be added to the "​attributes"​ column 
-<code xml> 
-cat_url=/​presents&​cat_url=/​presents/​champagne&​cat_url=/​wedding-presents&​cat_url=/​jacken%26maentel&​cat_url=/​de/​geschenke/​champagner 
-</​code>​ 
  
 ---- ----
Line 315: Line 311:
 \\ \\
  
-=== Demo CSV === 
- 
-^id ^ ordernumber ^ name ^ price ^image ^ attributes ^ groups ^ parent_id ^ keywords ^ bonus ^ 
-| 123 | %%ABC|DEF|GHI%% | Parent |99.90| ​    | brand=ham | 215_public_parent,​215_public |  | keyword1 | 1 | 
-| 123-1 |  |  |60.00| ​  | color=red&​size=M | 215_public,​218_public | 123 |  |  | 
-| 123-2 |  |  |70.00| ​ | color=blue&​size=L | 215_public,​220_public | 123 |  |  | 
-| 456 |JKL | Product without variants |9.90| ​ | brand=spam&​length=50 | 215_public,​222_public |  | keyword2 | 1 | 
  
 {{tag>​CSV_export CSV}} {{tag>​CSV_export CSV}}